public enum SchemaAttributeType extends Enum<SchemaAttributeType>
| Modifier and Type | Method and Description |
|---|---|
static SchemaAttributeType |
fromString(String text) |
static SchemaAttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaAttributeType STRING
public static final SchemaAttributeType COMPLEX
public static final SchemaAttributeType BOOLEAN
public static final SchemaAttributeType REFERENCE
public final String label
public static SchemaAttributeType[] values()
for (SchemaAttributeType c : SchemaAttributeType.values()) System.out.println(c);
public static SchemaAttributeType 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 static SchemaAttributeType fromString(String text)
Copyright © 2019–2020 mogo. All rights reserved.