public enum BuiltInResources extends Enum<BuiltInResources>
| Enum Constant and Description |
|---|
ACTIVITY_DESC_RESOURCE |
COMP_ACT_DESC_RESOURCE |
ELEM_ACT_DESC_RESOURCE |
MODULE_RESOURCE |
PROPERTY_DESC_RESOURCE |
QUERY_RESOURCE |
SCHEMA_RESOURCE |
SCRIPT_RESOURCE |
STATE_MACHINE_RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
static BuiltInResources |
getValue(String typeCode) |
String |
toString() |
static BuiltInResources |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInResources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInResources ACTIVITY_DESC_RESOURCE
public static final BuiltInResources PROPERTY_DESC_RESOURCE
public static final BuiltInResources MODULE_RESOURCE
public static final BuiltInResources SCHEMA_RESOURCE
public static final BuiltInResources SCRIPT_RESOURCE
public static final BuiltInResources QUERY_RESOURCE
public static final BuiltInResources STATE_MACHINE_RESOURCE
public static final BuiltInResources COMP_ACT_DESC_RESOURCE
public static final BuiltInResources ELEM_ACT_DESC_RESOURCE
public static BuiltInResources[] values()
for (BuiltInResources c : BuiltInResources.values()) System.out.println(c);
public static BuiltInResources valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<BuiltInResources>public static BuiltInResources getValue(String typeCode)
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.