|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.drugdev.remote.type.TypeProperty
The TypeProperty class describes a property defined for a specific Type
.
Method Summary | |
java.lang.String |
getDefaultValue()
Get the default value for this property if no value was specified |
java.lang.String |
getDescription()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getName()
Get the name of this property |
java.util.List |
getPossibleValues()
Returns a List of possible values this property can have. |
boolean |
isRequired()
Return whether this property is required to have a value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getName()
public boolean isRequired()
public java.lang.String getDefaultValue()
public java.util.List getPossibleValues()
List
of possible values this property can have. If the
property is not an enumeration, as defined in the underlying validation subsystem,
it returns an empty list.
public java.lang.String getDisplayName()
public java.lang.String getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |