public static enum DataSchemaException.MessageFmt extends java.lang.Enum<DataSchemaException.MessageFmt>
| Enum Constant and Description |
|---|
SCHEMA_NOT_INDICATED |
SCHEMA_NOT_ON_CLASSPATH |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormat() |
static DataSchemaException.MessageFmt |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataSchemaException.MessageFmt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSchemaException.MessageFmt SCHEMA_NOT_INDICATED
public static final DataSchemaException.MessageFmt SCHEMA_NOT_ON_CLASSPATH
public static DataSchemaException.MessageFmt[] values()
for (DataSchemaException.MessageFmt c : DataSchemaException.MessageFmt.values()) System.out.println(c);
public static DataSchemaException.MessageFmt 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 getFormat()