public enum AdmCommonMetadataKey extends Enum<AdmCommonMetadataKey>
Enum Constant and Description |
---|
OBJECT_ID
对象ID条目。
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token, ContextBinding context, AdmMetadata container)
处理一个标记。
|
static AdmCommonMetadataKey |
valueOf(String name)
返回具有指定名称的枚举常量。
|
static AdmCommonMetadataKey[] |
values()
返回包含此枚举类型常量的数组,按照它们声明的顺序排列。
|
public static final AdmCommonMetadataKey OBJECT_ID
public static AdmCommonMetadataKey[] values()
for (AdmCommonMetadataKey c : AdmCommonMetadataKey.values()) System.out.println(c);
public static AdmCommonMetadataKey valueOf(String name)
name
- 要返回的枚举常量的名称。
IllegalArgumentException
- 如果此枚举类型没有具有指定名称的常量
NullPointerException
- 如果参数为null
public boolean process(ParseToken token, ContextBinding context, AdmMetadata container)
token
- 要处理的标记
context
- 上下文绑定
container
- 要填充的容器
Copyright © 2002-2023 CS GROUP. All rights reserved.