|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SocrateCharacteristicTypeValues>
com.ibm.pdp.maf.rpp.pac.segment.SocrateCharacteristicTypeValues
public enum SocrateCharacteristicTypeValues
List of Socrate characteristic types.
Enum Constant Summary | |
---|---|
_A
|
|
_I
|
|
_L
|
|
_R
|
Method Summary | |
---|---|
static SocrateCharacteristicTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SocrateCharacteristicTypeValues[] |
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 SocrateCharacteristicTypeValues _A
Ring
public static final SocrateCharacteristicTypeValues _I
Reverse
public static final SocrateCharacteristicTypeValues _L
Relation
public static final SocrateCharacteristicTypeValues _R
Simple reference or referenced
Method Detail |
---|
public static SocrateCharacteristicTypeValues 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 SocrateCharacteristicTypeValues[] values()
for (SocrateCharacteristicTypeValues c : SocrateCharacteristicTypeValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |