Class Option
- java.lang.Object
-
- org.silverpeas.core.admin.component.model.Option
-
public class Option extends Object
An option is a possible value with which an instance parameter can be valued.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>
getName()
Gets the value of the name property.String
getValue()
Gets the value of the value property.void
setValue(String value)
Sets the value of the value property.
-
-
-
Constructor Detail
-
Option
public Option()
-
Option
public Option(Option option)
-
-