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