public static enum AttributeInfo.Flags extends Enum<AttributeInfo.Flags>
Enum Constant and Description |
---|
MULTIVALUED |
NOT_CREATABLE |
NOT_READABLE |
NOT_RETURNED_BY_DEFAULT |
NOT_UPDATEABLE |
REQUIRED |
Modifier and Type | Method and Description |
---|---|
static AttributeInfo.Flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeInfo.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeInfo.Flags REQUIRED
public static final AttributeInfo.Flags MULTIVALUED
public static final AttributeInfo.Flags NOT_CREATABLE
public static final AttributeInfo.Flags NOT_UPDATEABLE
public static final AttributeInfo.Flags NOT_READABLE
public static final AttributeInfo.Flags NOT_RETURNED_BY_DEFAULT
public static AttributeInfo.Flags[] values()
for (AttributeInfo.Flags c : AttributeInfo.Flags.values()) System.out.println(c);
public static AttributeInfo.Flags 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. All rights reserved.