public static enum TypedAttributeValue.Type extends Enum<TypedAttributeValue.Type>
TypedAttributeValue.type()| Enum Constant and Description |
|---|
BINARY_VALUE |
BOOLEAN_VALUE |
DATETIME_VALUE |
NUMBER_VALUE |
STRING_VALUE |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static TypedAttributeValue.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypedAttributeValue.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypedAttributeValue.Type STRING_VALUE
public static final TypedAttributeValue.Type BINARY_VALUE
public static final TypedAttributeValue.Type BOOLEAN_VALUE
public static final TypedAttributeValue.Type NUMBER_VALUE
public static final TypedAttributeValue.Type DATETIME_VALUE
public static final TypedAttributeValue.Type UNKNOWN_TO_SDK_VERSION
public static TypedAttributeValue.Type[] values()
for (TypedAttributeValue.Type c : TypedAttributeValue.Type.values()) System.out.println(c);
public static TypedAttributeValue.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.