public class Option extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
valeur |
| Constructor and Description |
|---|
Option() |
Option(String valeur,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getValeur() |
void |
setDescription(String description) |
void |
setValeur(String valeur) |
String |
toString() |
Copyright © 2011–2014 CodeLutin. All rights reserved.