@ThreadSafe public enum AttributeValueType extends Enum<AttributeValueType>
| Modifier and Type | Method and Description |
|---|---|
ScalarAttributeType |
scalarAttributeType() |
static AttributeValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeValueType B
public static final AttributeValueType BOOL
public static final AttributeValueType BS
public static final AttributeValueType L
public static final AttributeValueType M
public static final AttributeValueType N
public static final AttributeValueType NS
public static final AttributeValueType S
public static final AttributeValueType SS
public static final AttributeValueType NULL
public static AttributeValueType[] values()
for (AttributeValueType c : AttributeValueType.values()) System.out.println(c);
public static AttributeValueType 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 ScalarAttributeType scalarAttributeType()
Copyright © 2023. All rights reserved.