public static enum REntity.TransformationMode extends Enum<REntity.TransformationMode>
Enum Constant and Description |
---|
ANNOTATION_BASED |
IMPLEMENTATION_BASED |
Modifier and Type | Method and Description |
---|---|
static REntity.TransformationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static REntity.TransformationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final REntity.TransformationMode IMPLEMENTATION_BASED
public static final REntity.TransformationMode ANNOTATION_BASED
public static REntity.TransformationMode[] values()
for (REntity.TransformationMode c : REntity.TransformationMode.values()) System.out.println(c);
public static REntity.TransformationMode 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 © 2014–2018 The Redisson Project. All rights reserved.