Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiPortletPreferenceSelect.AllowableValue

Enclosing class:
EbiPortletPreferenceSelect

public static interface EbiPortletPreferenceSelect.AllowableValue

Interface for a value object for sets of value/displayValue pairs for an option.

Since:
v5.0

Method Summary
 String getDisplayValue()
          Returns the display value of the allowed value.
 String getValue()
          Returns the value of the allowed value.
 

Method Detail

getValue

public String getValue()
Returns the value of the allowed value.
Returns:
String allowed value, never null.
Since:
v5.0

getDisplayValue

public String getDisplayValue()
Returns the display value of the allowed value. This value should be used in the UI to show the value. If the display value is null or was never set, then the actual value is returned.
Returns:
String display value, or value, never null.
Since:
v5.0

Novell exteNd
Director 5.2 API