|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.microcontainer.beans.metadata.ModuleOptionMetaData
public class ModuleOptionMetaData
This class contains the metadata of a module option.
Constructor Summary | |
---|---|
ModuleOptionMetaData()
|
Method Summary | |
---|---|
String |
getName()
Obtains the name of the option. |
String |
getValue()
Obtains the value of the option. |
void |
setName(String name)
Sets the name of the option. |
void |
setValue(String value)
Sets the value of the option. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModuleOptionMetaData()
Method Detail |
---|
public String getName()
Obtains the name of the option.
String
representing the option's name.public void setName(String name)
Sets the name of the option.
name
- a String
representing the name to be set.public String getValue()
Obtains the value of the option.
String
representing the option's value.public void setValue(String value)
Sets the value of the option.
value
- String
representing the value to be set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |