|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.core.field.FieldTypes
Support class that maintains the FieldType objects that are available
for application use. This class provides lookup methods, as well as,
methods to retrieve all of the available FieldType objects. This class
is a Singleton and cannot be instantiated directly. To access use the
following code: FieldTypes.getInstance()
FieldType| Method Summary | |
FieldType[] |
getArray()
Get an array of FieldTypes. |
Enumeration |
getEnumeration()
Get an enumeration of FieldTypes. |
FieldType |
getFieldType(String fieldTypeName)
Get the FieldType that matches the given name. |
static FieldTypes |
getInstance()
Get instance of FieldTypes class. |
Iterator |
getIterator()
Get an iterator of FieldTypes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final FieldTypes getInstance()
public final Iterator getIterator()
public final Enumeration getEnumeration()
public final FieldType[] getArray()
public FieldType getFieldType(String fieldTypeName)
throws FieldException
fieldTypeName - the name of the FieldType object to try and match.
FieldException - if a FieldType of the given name does not exist.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||