public enum LabelField extends Enum<LabelField> implements EntityField
Enum to facilitate the selection of fields for Label.| Enum Constant and Description | 
|---|
LabelId
Id of label. 
 | 
LabelName
Name of label. 
 | 
LabelStatus
Status of the label. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isFilterable()
If the field is filterable. 
 | 
static LabelField | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LabelField[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final LabelField LabelId
public static final LabelField LabelName
public static final LabelField LabelStatus
public static LabelField[] values()
for (LabelField c : LabelField.values()) System.out.println(c);
public static LabelField 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 boolean isFilterable()
EntityFieldisFilterable in interface EntityFieldCopyright © 2015. All Rights Reserved.