public enum TagBindOperatorType extends Enum<TagBindOperatorType>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getNote() |
int |
getType() |
static TagBindOperatorType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TagBindOperatorType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final TagBindOperatorType ADD_SINGLE_TAG_SINGLE
public static final TagBindOperatorType DELE_SINGLE_TAG_SINGLE
public static final TagBindOperatorType ADD_MULT_TAGS_SINGLE
public static final TagBindOperatorType DELE_MULT_TAGS_SINGLE
public static final TagBindOperatorType DELE_ALL_TAGS_SINGLE
public static final TagBindOperatorType COVER_SINGLE_TAG
public static final TagBindOperatorType ADD_SINGLE_TAG_MULT
public static final TagBindOperatorType DELE_SINGLE_TAG_MULT
public static final TagBindOperatorType ADD_BATCH_TAGS
public static final TagBindOperatorType DELE_BATCH_TAGS
public static TagBindOperatorType[] values()
for (TagBindOperatorType c : TagBindOperatorType.values()) System.out.println(c);
public static TagBindOperatorType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getNote()
public int getType()
Copyright © 2021. All Rights Reserved.