public enum ModifierType extends Enum<ModifierType>
| Enum Constant and Description |
|---|
CONSISTENCY |
TTL |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinitionCategory |
getCategory() |
static ModifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModifierType CONSISTENCY
public static final ModifierType TTL
public static ModifierType[] values()
for (ModifierType c : ModifierType.values()) System.out.println(c);
public static ModifierType 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 TypeDefinitionCategory getCategory()
Copyright © 2012–2015. All rights reserved.