|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.admin.components.Option
public class Option
Java class for ParameterOptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterOptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://silverpeas.org/xml/ns/component}multilang"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected HashMap<String,String> |
name
|
protected String |
value
|
| Constructor Summary | |
|---|---|
Option()
|
|
| Method Summary | |
|---|---|
Option |
clone()
|
HashMap<String,String> |
getName()
Gets the value of the name property. |
String |
getName(String lang)
|
String |
getValue()
Gets the value of the value property. |
void |
setName(HashMap<String,String> value)
Sets the value of the name property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HashMap<String,String> name
protected String value
| Constructor Detail |
|---|
public Option()
| Method Detail |
|---|
public HashMap<String,String> getName()
Multilangpublic String getName(String lang)
public void setName(HashMap<String,String> value)
value - allowed object is Multilangpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic Option clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||