public enum TdOperatorEnum extends Enum<TdOperatorEnum>
| Enum Constant and Description |
|---|
CHAR_SEQUENCE |
INDEX |
MERGE |
REGEX |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getLabel() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLabel(String label) |
static TdOperatorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TdOperatorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdOperatorEnum CHAR_SEQUENCE
public static final TdOperatorEnum REGEX
public static final TdOperatorEnum INDEX
public static final TdOperatorEnum MERGE
public static TdOperatorEnum[] values()
for (TdOperatorEnum c : TdOperatorEnum.values()) System.out.println(c);
public static TdOperatorEnum 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 getId()
public String getLabel()
public void setId(String id)
public void setLabel(String label)
public String getDescription()
public void setDescription(String description)
Copyright © 2015. All Rights Reserved.