|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.FinalEnum
public final class FinalEnum
An enumeration of possible final values.
Final values are used to specify how a type can be derived.
Field Summary | |
---|---|
static FinalEnum |
ALL
Specifies that derivation can occur by extension or restriction. |
static FinalEnum |
EXTENSION
Specifies that derivation can occur by extension only. |
static FinalEnum |
RESTRICTION
Specifies that derivation can occur by restriction only. |
Method Summary | |
---|---|
static FinalEnum[] |
getEnumArray()
Returns an array containing the members of this enumeration. |
static FinalEnum |
getEnumValue(String name)
Returns the enumeration value called name . |
String |
getName()
Returns the name. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FinalEnum EXTENSION
public static final FinalEnum RESTRICTION
public static final FinalEnum ALL
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public static FinalEnum[] getEnumArray()
public static FinalEnum getEnumValue(String name)
name
.
name
- The name of the enumeration value to return.
null
if none was found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |