|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.ContentModelEnum
public final class ContentModelEnum
An enumeration of possible content model values.
Content models specify the order and required presence of elements with a complex type.
Field Summary | |
---|---|
static ContentModelEnum |
ALL
Specifies the types content model is an all, i.e. all elements must appear but in any order. |
static ContentModelEnum |
CHOICE
Specifies the types content model is a choice, i.e. exactly one element must appear. |
static ContentModelEnum |
SEQUENCE
Specifies the types content model is a sequence, i.e. all elements must appear in the specified order. |
Method Summary | |
---|---|
static ContentModelEnum[] |
getEnumArray()
Returns an array containing the members of this enumeration. |
static ContentModelEnum |
getEnumValue(String name)
Returns the enumeration value called name . |
String |
getName()
Returns the name of this enumeration value. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ContentModelEnum SEQUENCE
public static final ContentModelEnum ALL
public static final ContentModelEnum CHOICE
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public static ContentModelEnum[] getEnumArray()
public static ContentModelEnum 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 |