Package | Description |
---|---|
oracle.fmwplatform.envspec.upgrade |
Modifier and Type | Method and Description |
---|---|
static ModelElement |
ModelElement.forClass(Class<?> aClass)
Returns a instance of this Enum with same
classType as the supplied parameter. |
static ModelElement |
ModelElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelElement[] |
ModelElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|