|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.ElementBlockEnum
public final class ElementBlockEnum
An enumeration of possible block values.
Block values are used to prevent substitution of an element.
Field Summary | |
---|---|
static ElementBlockEnum |
ALL
The enumeration value used to block derivation by extension, restriction and substitution. |
static ElementBlockEnum |
EXTENSION
The enumeration value used to block derivation by extension. |
static ElementBlockEnum |
EXTENSION_RESTRICTION
The enumeration value used to block derivation by extension or restriction. |
static ElementBlockEnum |
EXTENSION_SUBSTITUTION
The enumeration value used to block derivation by extension or substitution. |
static ElementBlockEnum |
RESTRICTION
The enumeration value used to block derivation by restriction. |
static ElementBlockEnum |
RESTRICTION_SUBSTITUTION
The enumeration value used to block derivation by restriction or substitution. |
static ElementBlockEnum |
SUBSTITUTION
The enumeration value used to block derivation by substitution. |
Method Summary | |
---|---|
static ElementBlockEnum[] |
getEnumArray()
Returns an array containing the members of this enumeration. |
static ElementBlockEnum |
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 ElementBlockEnum ALL
public static final ElementBlockEnum EXTENSION
public static final ElementBlockEnum RESTRICTION
public static final ElementBlockEnum SUBSTITUTION
public static final ElementBlockEnum EXTENSION_RESTRICTION
public static final ElementBlockEnum EXTENSION_SUBSTITUTION
public static final ElementBlockEnum RESTRICTION_SUBSTITUTION
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public static ElementBlockEnum[] getEnumArray()
public static ElementBlockEnum 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 |