static enum Returnables.Returnable extends Enum<Returnables.Returnable>
| Enum Constant and Description |
|---|
ABSTRACT |
FORMAT |
IDENTIFIER |
LANGUAGE |
SUBJECT |
TITLE |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
static Returnables.Returnable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Returnables.Returnable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Returnables.Returnable IDENTIFIER
public static final Returnables.Returnable TITLE
public static final Returnables.Returnable SUBJECT
public static final Returnables.Returnable ABSTRACT
public static final Returnables.Returnable TYPE
public static final Returnables.Returnable FORMAT
public static final Returnables.Returnable LANGUAGE
public static Returnables.Returnable[] values()
for (Returnables.Returnable c : Returnables.Returnable.values()) System.out.println(c);
public static Returnables.Returnable 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 © 2019 Open Geospatial Consortium. All rights reserved.