org.sourceid.saml20.adapter.gui
Class AbstractSelectionFieldDescriptor.OptionValue

java.lang.Object
  extended by org.sourceid.saml20.adapter.gui.AbstractSelectionFieldDescriptor.OptionValue
Enclosing class:
AbstractSelectionFieldDescriptor

public static class AbstractSelectionFieldDescriptor.OptionValue
extends java.lang.Object

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

AbstractSelectionFieldDescriptor.OptionValue

public AbstractSelectionFieldDescriptor.OptionValue(java.lang.String name,
                                                    java.lang.String value)
Create a new OptionValue.

Parameters:
name - The name of this option displayed in the GUI.
value - The value that is returned if this option is selected.
Method Detail

getName

public java.lang.String getName()
The name of this option displayed in the GUI.


getValue

public java.lang.String getValue()
The value that is returned if this option is selected.



Copyright 2007 Ping Identity Corp. All rights reserved.