public enum SchemaAttributeCategory extends Enum<SchemaAttributeCategory> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the default description for this enum.
|
String |
getName()
Return the default name for this enum type.
|
int |
getOrdinal()
Return the code for this enum used for indexing based on the enum value.
|
String |
toString()
Standard toString method.
|
static SchemaAttributeCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaAttributeCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaAttributeCategory UNKNOWN
public static final SchemaAttributeCategory ARRAY
public static final SchemaAttributeCategory SET
public static final SchemaAttributeCategory BAG
public static final SchemaAttributeCategory SINGLETON
public static SchemaAttributeCategory[] values()
for (SchemaAttributeCategory c : SchemaAttributeCategory.values()) System.out.println(c);
public static SchemaAttributeCategory 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 int getOrdinal()
public String getName()
public String getDescription()
public String toString()
toString in class Enum<SchemaAttributeCategory>Copyright © 2018–2020 ODPi. All rights reserved.