public static enum Token.VersionContext extends Enum<Token.VersionContext>
| Enum Constant and Description |
|---|
SINCE_TEMPLATE_VERSION
Indicates the field was introduced since this template version.
|
TEMPLATE_VERSION
Indicates the version is for the template itself.
|
| Modifier and Type | Method and Description |
|---|---|
static Token.VersionContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Token.VersionContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Token.VersionContext TEMPLATE_VERSION
public static final Token.VersionContext SINCE_TEMPLATE_VERSION
public static Token.VersionContext[] values()
for (Token.VersionContext c : Token.VersionContext.values()) System.out.println(c);
public static Token.VersionContext 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 © 2013 Real Logic Ltd. All Rights Reserved.