|
|||||||||
| 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
public class EnumeratedValue
Represents an enumerated value option. SimpleType objects may be enumerated and contain arrays of EnumeratedValues
SimpleType,
Serialized Form| Constructor Summary | |
|---|---|
EnumeratedValue()
|
|
| Method Summary | |
|---|---|
boolean |
getIsDefault()
Get the isDefault property value |
boolean |
getIsSelectable()
Get the isSelectable property value |
java.lang.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(java.lang.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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnumeratedValue()
| Method Detail |
|---|
public void setValue(java.lang.String v)
v - the new valuepublic java.lang.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 | ||||||||