|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ColumnKeyType>
org.plasma.provisioning.rdb.mysql.v5_5.ColumnKeyType
public enum ColumnKeyType
This generated Enumeration represents the domain model enumeration ColumnKeyType which is part of namespace http://org.plasma/sdo/mysql/5_5 as defined within the Configuration.
* Generated SDO enumerations embody not only logical-name literals but also physical or instance names, which are often shorter (possibly abbreviated) and applicable as a data-store space-saving device. Application programs should typically use the physical or instance name for an enumeration literal when setting a data object property which is constrained by an enumeration.
| Enum Constant Summary | |
|---|---|
MUL
Holds the logical and physical names for literal MUL. |
|
PRI
Holds the logical and physical names for literal PRI. |
|
UNI
Holds the logical and physical names for literal UNI. |
|
| Method Summary | |
|---|---|
static PlasmaEnum[] |
enumValues()
Returns the enum values for this class as an array of implemented interfaces |
static ColumnKeyType |
fromInstanceName(java.lang.String instanceName)
Returns the enumeration value matching the given physical or instance name. |
static ColumnKeyType |
fromName(java.lang.String name)
Returns the enumeration value matching the given name. |
java.lang.String |
getDescription()
Returns the descriptive text associated with this enumeration literal. |
java.lang.String |
getInstanceName()
Returns the physical or instance name associated with this enumeration literal. |
java.lang.String |
getName()
Returns the logical name associated with this enumeration literal. |
static ColumnKeyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ColumnKeyType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 ColumnKeyType PRI
public static final ColumnKeyType UNI
public static final ColumnKeyType MUL
| Method Detail |
|---|
public static ColumnKeyType[] values()
for (ColumnKeyType c : ColumnKeyType.values()) System.out.println(c);
public static ColumnKeyType 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 java.lang.String getName()
getName in interface PlasmaEnumpublic java.lang.String getInstanceName()
getInstanceName in interface PlasmaEnumpublic java.lang.String getDescription()
getDescription in interface PlasmaEnumpublic static PlasmaEnum[] enumValues()
PlasmaEnumpublic static ColumnKeyType fromName(java.lang.String name)
public static ColumnKeyType fromInstanceName(java.lang.String instanceName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||