|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EnumeratedPropertyType
Specialization of PropertyType representing a type that has a limited number of specific values. An example might be a days of the week type.
Method Summary | |
---|---|
java.util.List |
getEnumeratedValues()
Returns the list of acceptable values. |
boolean |
isEnumeratedValue(java.lang.Object object)
Returns true if the specified value is a valid value for this enumerated type. |
Methods inherited from interface org.progeeks.meta.PropertyType |
---|
getBaseClass, getSuperTypes, isAssignableFrom, isInstance |
Method Detail |
---|
java.util.List getEnumeratedValues()
boolean isEnumeratedValue(java.lang.Object object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |