public abstract class EnumeratedType
extends java.lang.Object
| Constructor and Description |
|---|
EnumeratedType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)