public enum AttributeEditType extends Enum<AttributeEditType>
| Enum Constant and Description |
|---|
EDITABLE_MANDATORY |
EDITABLE_OPTIONAL |
HIDDEN |
READ_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static AttributeEditType |
fromValue(String value) |
String |
getValue() |
String |
toString() |
String |
toUrlQueryString(String prefix)
Convert the instance into URL query string.
|
static AttributeEditType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeEditType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeEditType HIDDEN
public static final AttributeEditType READ_ONLY
public static final AttributeEditType EDITABLE_OPTIONAL
public static final AttributeEditType EDITABLE_MANDATORY
public static AttributeEditType[] values()
for (AttributeEditType c : AttributeEditType.values()) System.out.println(c);
public static AttributeEditType 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 getValue()
public String toString()
toString in class Enum<AttributeEditType>public static AttributeEditType fromValue(String value)
Copyright © 2024. All rights reserved.