public enum OemMetadataKey extends Enum<OemMetadataKey>
OEM容器
条目的键。
Enum Constant and Description |
---|
INTERPOLATION
天文历表中的插值方法。
|
INTERPOLATION_DEGREE
天文历表中的插值程度。
|
START_TIME
起始时间条目。
|
STOP_TIME
结束时间条目。
|
USEABLE_START_TIME
可用起始时间条目。
|
USEABLE_STOP_TIME
可用结束时间条目。
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token, ContextBinding context, OemMetadata container)
处理一个标记。
|
static OemMetadataKey |
valueOf(String name)
返回具有指定名称的此类型的枚举常量。
|
static OemMetadataKey[] |
values()
返回一个包含此枚举类型常量的数组,按照它们声明的顺序排列。
|
public static final OemMetadataKey START_TIME
public static final OemMetadataKey STOP_TIME
public static final OemMetadataKey USEABLE_START_TIME
public static final OemMetadataKey USEABLE_STOP_TIME
public static final OemMetadataKey INTERPOLATION
public static final OemMetadataKey INTERPOLATION_DEGREE
public static OemMetadataKey[] values()
for (OemMetadataKey c : OemMetadataKey.values()) System.out.println(c);
public static OemMetadataKey valueOf(String name)
name
- 要返回的枚举常量的名称。
IllegalArgumentException
- 如果此枚举类型没有具有指定名称的常量
NullPointerException
- 如果参数为null
public boolean process(ParseToken token, ContextBinding context, OemMetadata container)
token
- 要处理的标记
context
- 上下文绑定
container
- 要填充的容器
Copyright © 2002-2023 CS GROUP. All rights reserved.