public enum BuiltInPropertyAccessStrategies extends Enum<BuiltInPropertyAccessStrategies>
Enum Constant and Description |
---|
BASIC |
EMBEDDED |
FIELD |
MAP |
MIXED |
NOOP |
Modifier and Type | Method and Description |
---|---|
String |
getExternalName() |
PropertyAccessStrategy |
getStrategy() |
static BuiltInPropertyAccessStrategies |
interpret(String name) |
static BuiltInPropertyAccessStrategies |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInPropertyAccessStrategies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInPropertyAccessStrategies BASIC
public static final BuiltInPropertyAccessStrategies FIELD
public static final BuiltInPropertyAccessStrategies MIXED
public static final BuiltInPropertyAccessStrategies MAP
public static final BuiltInPropertyAccessStrategies EMBEDDED
public static final BuiltInPropertyAccessStrategies NOOP
public static BuiltInPropertyAccessStrategies[] values()
for (BuiltInPropertyAccessStrategies c : BuiltInPropertyAccessStrategies.values()) System.out.println(c);
public static BuiltInPropertyAccessStrategies 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 String getExternalName()
public PropertyAccessStrategy getStrategy()
public static BuiltInPropertyAccessStrategies interpret(String name)
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.