public static enum AttributeValue.Type extends Enum<AttributeValue.Type>
AttributeValue.type()| Enum Constant and Description |
|---|
B |
BOOL |
BS |
L |
M |
N |
NS |
NUL |
S |
SS |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static AttributeValue.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeValue.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeValue.Type S
public static final AttributeValue.Type N
public static final AttributeValue.Type B
public static final AttributeValue.Type SS
public static final AttributeValue.Type NS
public static final AttributeValue.Type BS
public static final AttributeValue.Type M
public static final AttributeValue.Type L
public static final AttributeValue.Type BOOL
public static final AttributeValue.Type NUL
public static final AttributeValue.Type UNKNOWN_TO_SDK_VERSION
public static AttributeValue.Type[] values()
for (AttributeValue.Type c : AttributeValue.Type.values()) System.out.println(c);
public static AttributeValue.Type 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.