public static enum SchemaLoader.Result extends Enum<SchemaLoader.Result>
| Modifier and Type | Method and Description |
|---|---|
static SchemaLoader.Result |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaLoader.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaLoader.Result ok
public static final SchemaLoader.Result error
public static final SchemaLoader.Result warning
public static final SchemaLoader.Result skipped
public static SchemaLoader.Result[] values()
for (SchemaLoader.Result c : SchemaLoader.Result.values()) System.out.println(c);
public static SchemaLoader.Result 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 nullCopyright © 2018 "Tigase, Inc.". All rights reserved.