public enum AdmMetadataKey extends Enum<AdmMetadataKey>
ADM container
entries.Enum Constant and Description |
---|
CENTER_NAME
Center name entry.
|
OBJECT_ID
Object ID entry.
|
OBJECT_NAME
Object name entry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
AdmMetadata container)
Process one token.
|
static AdmMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdmMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdmMetadataKey OBJECT_NAME
public static final AdmMetadataKey OBJECT_ID
public static final AdmMetadataKey CENTER_NAME
public static AdmMetadataKey[] values()
for (AdmMetadataKey c : AdmMetadataKey.values()) System.out.println(c);
public static AdmMetadataKey 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 boolean process(ParseToken token, ContextBinding context, AdmMetadata container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2022 CS GROUP. All rights reserved.