|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.infoengine.schema.DisplayContainer
com.infoengine.schema.EnumeratedValue
Represents an enumerated value option. SimpleType objects may be enumerated and contain arrays of EnumeratedValues
SimpleType
,
Serialized FormField Summary | |
private boolean |
isDefault
|
private boolean |
isSelectable
|
private String |
value
|
Fields inherited from class com.infoengine.schema.DisplayContainer |
|
Constructor Summary | |
EnumeratedValue()
|
Method Summary | |
boolean |
getIsDefault()
Get the isDefault property value |
boolean |
getIsSelectable()
Get the isSelectable property value |
String |
getValue()
Get the string value |
boolean |
isDefault()
Get the isDefault property value |
boolean |
isSelectable()
Get the isSelectable property value |
void |
setIsDefault(boolean b)
Set the isDefault property |
void |
setIsSelectable(boolean b)
Set the isSelectable property value. |
void |
setValue(String v)
Set the string value |
Methods inherited from class com.infoengine.schema.DisplayContainer |
addDisplayValue, getDisplays, getDisplays, getDisplayString, getDisplayValue, getIds, removeDisplayValue, setDisplays, setDisplays, setDisplayString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String value
private boolean isDefault
private boolean isSelectable
Constructor Detail |
public EnumeratedValue()
Method Detail |
public void setValue(String v)
v
- the new valuepublic String getValue()
public void setIsDefault(boolean b)
A value of true indicates this is the default selection. Only one EnumeratedValue per array should be the default.
b
- the new property valuepublic boolean getIsDefault()
public boolean isDefault()
public void setIsSelectable(boolean b)
This property indicates whether or not a end user should be allowed to select this EnumeratedValue from a list.
b
- the new property valuepublic boolean getIsSelectable()
public boolean isSelectable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |