|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.TypeBlockEnum
public final class TypeBlockEnum
An enumeration of possible block values.
Block values are used to prevent derivation of a type.
Field Summary | |
---|---|
static TypeBlockEnum |
ALL
The enumeration value used to block derivation by extension and restriction. |
static TypeBlockEnum |
EXTENSION
The enumeration value used to block derivation by extension. |
static TypeBlockEnum |
EXTENSION_RESTRICTION
The enumeration value used to block derivation by extension or restriction. |
static TypeBlockEnum |
RESTRICTION
The enumeration value used to block derivation by restriction. |
Method Summary | |
---|---|
static TypeBlockEnum[] |
getEnumArray()
Returns an array containing the members of this enumeration. |
static TypeBlockEnum |
getEnumValue(String name)
Returns the enumeration value called name . |
String |
getName()
Returns the name of this block instance. |
String |
toString()
Returns the name of this block instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TypeBlockEnum ALL
public static final TypeBlockEnum EXTENSION
public static final TypeBlockEnum RESTRICTION
public static final TypeBlockEnum EXTENSION_RESTRICTION
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public static TypeBlockEnum[] getEnumArray()
public static TypeBlockEnum 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 |