|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.data.EnumeratedType
public abstract class EnumeratedType
An enumerated type; i.e., one that has a limited set of discrete values.
| Constructor Summary | |
|---|---|
EnumeratedType()
|
|
| Method Summary | |
|---|---|
static EnumeratedType |
defaultValue()
Returns default member of the type, or null if there is none. |
static java.lang.Class |
enumeratedTypeSuperClass()
|
static EnumeratedType |
getDefaultValueFor(java.lang.Class enumeratedTypeClass)
Yet another handy way to avoid all those try/catch blocks when introspecting. |
static EnumeratedType |
getDefaultValueFor(java.lang.String enumeratedTypeClassName)
Yet another even handier way to avoid all those try/catch blocks when introspecting. |
static java.util.Iterator |
getMembersFor(java.lang.Class enumeratedTypeClass)
Handy way to avoid all those try/catch blocks when introspecting. |
static java.util.Iterator |
getMembersFor(java.lang.String enumeratedTypeClassName)
Handier way to avoid all those try/catch blocks when introspecting. |
static java.util.Iterator |
members()
Returns list of members of the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnumeratedType()
| Method Detail |
|---|
public static java.util.Iterator members()
public static EnumeratedType defaultValue()
public static java.lang.Class enumeratedTypeSuperClass()
public static java.util.Iterator getMembersFor(java.lang.Class enumeratedTypeClass)
public static java.util.Iterator getMembersFor(java.lang.String enumeratedTypeClassName)
public static EnumeratedType getDefaultValueFor(java.lang.Class enumeratedTypeClass)
public static EnumeratedType getDefaultValueFor(java.lang.String enumeratedTypeClassName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||