|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RadicalElementType>
com.ibm.pdp.maf.rpp.kernel.RadicalElementType
public enum RadicalElementType
List of radical entities types.
Method Summary | |
---|---|
void |
Operation1()
|
static RadicalElementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RadicalElementType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RadicalElementType CODASYL_BLOCKBASE
public static final RadicalElementType DATA_ELEMENT
public static final RadicalElementType DATA_STRUCTURE
public static final RadicalElementType DIALOG
public static final RadicalElementType DIALOG_SERVER
public static final RadicalElementType HIERARCHICAL_BLOCKBASE
public static final RadicalElementType LIBRARY
public static final RadicalElementType LOGICAL_VIEW
public static final RadicalElementType MACRO
public static final RadicalElementType META_ENTITY
public static final RadicalElementType MONO_STRUCTURE_SEGMENT
public static final RadicalElementType PROGRAM
public static final RadicalElementType RELATIONAL_BLOCKBASE
public static final RadicalElementType REPORT
public static final RadicalElementType SCREEN
public static final RadicalElementType SEGMENT
public static final RadicalElementType SERVER
public static final RadicalElementType SOCRATE_BLOCKBASE
public static final RadicalElementType TABLE
public static final RadicalElementType TEXT
public static final RadicalElementType USER_ENTITY
Method Detail |
---|
public void Operation1()
public static RadicalElementType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static RadicalElementType[] values()
for (RadicalElementType c : RadicalElementType.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |