|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.FormEnum
public final class FormEnum
An enumeration of possible form values.
Form values are used to specify whether references are fully qualfiied.
Field Summary | |
---|---|
static FormEnum |
QUALIFIED
Specifies that locally declared elements / attributes should be qualified. |
static FormEnum |
UNQUALIFIED
Specifies that locally declared elements / attributes should not be qualified. |
static FormEnum |
UNSPECIFIED
Specifies that the form value should be inherited from the data model. |
Method Summary | |
---|---|
static FormEnum[] |
getEnumArray()
Returns an array containing the members of this enumeration. |
static FormEnum |
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 FormEnum UNSPECIFIED
public static final FormEnum QUALIFIED
public static final FormEnum UNQUALIFIED
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public static FormEnum[] getEnumArray()
public static FormEnum 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 |