public static enum VSPropertyDao.ReferenceType extends java.lang.Enum<VSPropertyDao.ReferenceType>
Enum Constant and Description |
---|
DEFINITIONENTRY
The DEFINITIONENTRY.
|
PICKLISTDEFINITION
The PICKLISTDEFINITION.
|
PICKLISTENTRY
The PICKLISTENTRY.
|
VALUESETDEFINITION
The VALUESETDEFINITION.
|
VSPROPERTY
The VSPROPERTY
|
Modifier and Type | Method and Description |
---|---|
static VSPropertyDao.ReferenceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VSPropertyDao.ReferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VSPropertyDao.ReferenceType VALUESETDEFINITION
public static final VSPropertyDao.ReferenceType DEFINITIONENTRY
public static final VSPropertyDao.ReferenceType PICKLISTDEFINITION
public static final VSPropertyDao.ReferenceType PICKLISTENTRY
public static final VSPropertyDao.ReferenceType VSPROPERTY
public static VSPropertyDao.ReferenceType[] values()
for (VSPropertyDao.ReferenceType c : VSPropertyDao.ReferenceType.values()) System.out.println(c);
public static VSPropertyDao.ReferenceType 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 null