public static enum TAPMetadata.STDSchema extends java.lang.Enum<TAPMetadata.STDSchema>
Enum Constant and Description |
---|
TAPSCHEMA |
UPLOADSCHEMA |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
label
Real name of the schema.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static TAPMetadata.STDSchema |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TAPMetadata.STDSchema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TAPMetadata.STDSchema TAPSCHEMA
public static final TAPMetadata.STDSchema UPLOADSCHEMA
public static TAPMetadata.STDSchema[] values()
for (TAPMetadata.STDSchema c : TAPMetadata.STDSchema.values()) System.out.println(c);
public static TAPMetadata.STDSchema valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<TAPMetadata.STDSchema>