public static enum SchemaProperty.PropertyType extends Enum<SchemaProperty.PropertyType>
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType() |
static SchemaProperty.PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaProperty.PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaProperty.PropertyType STRING
public static final SchemaProperty.PropertyType NUMBER
public static final SchemaProperty.PropertyType BOOL
public static final SchemaProperty.PropertyType OBJECT
public static final SchemaProperty.PropertyType ARRAY
public static SchemaProperty.PropertyType[] values()
for (SchemaProperty.PropertyType c : SchemaProperty.PropertyType.values()) System.out.println(c);
public static SchemaProperty.PropertyType 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 String getDataType()
Copyright © 2020. All rights reserved.