public static enum ContextMapping.Type extends java.lang.Enum<ContextMapping.Type>
| Modifier and Type | Method | Description |
|---|---|---|
static ContextMapping.Type |
fromString(java.lang.String type) |
|
static ContextMapping.Type |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ContextMapping.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextMapping.Type CATEGORY
public static final ContextMapping.Type GEO
public static ContextMapping.Type[] values()
for (ContextMapping.Type c : ContextMapping.Type.values()) System.out.println(c);
public static ContextMapping.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ContextMapping.Type fromString(java.lang.String type)