public static enum FieldMapping.MappingType extends Enum<FieldMapping.MappingType>
Enum Constant and Description |
---|
COLUMN |
COUNTER |
KEY |
KEY_AS_COLUMN |
OCC_VERSION |
Modifier and Type | Method and Description |
---|---|
static FieldMapping.MappingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldMapping.MappingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldMapping.MappingType KEY
public static final FieldMapping.MappingType COLUMN
public static final FieldMapping.MappingType KEY_AS_COLUMN
public static final FieldMapping.MappingType COUNTER
public static final FieldMapping.MappingType OCC_VERSION
public static FieldMapping.MappingType[] values()
for (FieldMapping.MappingType c : FieldMapping.MappingType.values()) System.out.println(c);
public static FieldMapping.MappingType 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–2015. All rights reserved.