public enum ChangeTableRequestType extends Enum<ChangeTableRequestType>
| Modifier and Type | Method and Description |
|---|---|
static ChangeTableRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeTableRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChangeTableRequestType CHANGECOLUMNTYPE
public static final ChangeTableRequestType ADDCOLUMN
public static final ChangeTableRequestType DELETECOLUMN
public static final ChangeTableRequestType SPLITCOLUMN
public static final ChangeTableRequestType GROUPBY
public static final ChangeTableRequestType TIMEAGGREGATION
public static final ChangeTableRequestType MERGECOLUMN
public static final ChangeTableRequestType CHANGECOLUMNLABEL
public static final ChangeTableRequestType COLUMNFILTER
public static final ChangeTableRequestType CHANGETABLETYPE
public static final ChangeTableRequestType DELETEROWS
public static final ChangeTableRequestType CLONETABULARRESOURCE
public static final ChangeTableRequestType DUPLICATES
public static final ChangeTableRequestType NORMALIZE
public static final ChangeTableRequestType DENORMALIZE
public static final ChangeTableRequestType TEMPLATEAPPLY
public static final ChangeTableRequestType COLUMNREPLACE
public static final ChangeTableRequestType COLUMNREPLACEBYEXPRESSION
public static final ChangeTableRequestType COLUMNREPLACEBATCH
public static final ChangeTableRequestType ROLLBACK
public static final ChangeTableRequestType EDITROW
public static final ChangeTableRequestType SHARE
public static final ChangeTableRequestType TASKRESUME
public static final ChangeTableRequestType TASKRESUBMIT
public static final ChangeTableRequestType STATISTICALOPERATION
public static ChangeTableRequestType[] values()
for (ChangeTableRequestType c : ChangeTableRequestType.values()) System.out.println(c);
public static ChangeTableRequestType 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 © 2015. All Rights Reserved.