public static enum ReferenceValueBean.TARGET_TYPE extends java.lang.Enum<ReferenceValueBean.TARGET_TYPE>
Enum Constant and Description |
---|
CONSTRAINT |
DATA_KEY |
DATASET |
IDENTIFIABLE |
REPORT_PERIOD |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType() |
static ReferenceValueBean.TARGET_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceValueBean.TARGET_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceValueBean.TARGET_TYPE DATASET
public static final ReferenceValueBean.TARGET_TYPE REPORT_PERIOD
public static final ReferenceValueBean.TARGET_TYPE IDENTIFIABLE
public static final ReferenceValueBean.TARGET_TYPE CONSTRAINT
public static final ReferenceValueBean.TARGET_TYPE DATA_KEY
public static ReferenceValueBean.TARGET_TYPE[] values()
for (ReferenceValueBean.TARGET_TYPE c : ReferenceValueBean.TARGET_TYPE.values()) System.out.println(c);
public static ReferenceValueBean.TARGET_TYPE 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getType()