public enum AttributeTypeStrategy extends Enum<AttributeTypeStrategy>
| Enum Constant and Description |
|---|
ALLOW_PROPERTY_REF |
ALLOW_PROPERTY_REF_ENUM_VALUES_IGNORE_CASE |
| Modifier and Type | Method and Description |
|---|---|
static AttributeTypeStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeTypeStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeTypeStrategy ALLOW_PROPERTY_REF
public static final AttributeTypeStrategy ALLOW_PROPERTY_REF_ENUM_VALUES_IGNORE_CASE
public static AttributeTypeStrategy[] values()
for (AttributeTypeStrategy c : AttributeTypeStrategy.values()) System.out.println(c);
public static AttributeTypeStrategy 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 © 2022 Ibissource.org. All rights reserved.