|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceid.saml20.adapter.gui.AbstractSelectionFieldDescriptor.OptionValue
public static class AbstractSelectionFieldDescriptor.OptionValue
A class representing an option value. The name of the option value is what will be displayed in the GUI for the option and the value of the option value will be the actual value of the field.
Constructor Summary | |
---|---|
AbstractSelectionFieldDescriptor.OptionValue(java.lang.String name,
java.lang.String value)
Create a new OptionValue. |
Method Summary | |
---|---|
java.lang.String |
getName()
The name of this option displayed in the GUI. |
java.lang.String |
getValue()
The value that is returned if this option is selected. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSelectionFieldDescriptor.OptionValue(java.lang.String name, java.lang.String value)
name
- The name of this option displayed in the GUI.value
- The value that is returned if this option is selected.Method Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |