public enum ResourceType extends Enum<ResourceType> implements IAEnum
| Enum Constant and Description |
|---|
COLUMN |
EXECUTABLE_RULE |
EXECUTION_HISTORY |
FILE |
GLOBAL_VARIABLE |
METRIC |
PRIMARY_KEY |
PROJECT |
RULE_DEFINITION |
RULE_VARIABLE |
RULESET_DEFINITION |
TABLE |
TASK_SEQUENCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceType RULE_DEFINITION
public static final ResourceType RULESET_DEFINITION
public static final ResourceType EXECUTABLE_RULE
public static final ResourceType GLOBAL_VARIABLE
public static final ResourceType RULE_VARIABLE
public static final ResourceType COLUMN
public static final ResourceType PROJECT
public static final ResourceType TABLE
public static final ResourceType METRIC
public static final ResourceType TASK_SEQUENCE
public static final ResourceType EXECUTION_HISTORY
public static final ResourceType PRIMARY_KEY
public static final ResourceType FILE
public static ResourceType[] values()
for (ResourceType c : ResourceType.values()) System.out.println(c);
public static ResourceType 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 nullCopyright © 2018–2020 ODPi. All rights reserved.