public enum AttributeName extends Enum<AttributeName>
| Enum Constant and Description |
|---|
GROUPS
groups
|
IRI
iri
|
RENDERING
rendering
|
VALUES
values
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeName GROUPS
public static final AttributeName RENDERING
public static final AttributeName VALUES
public static final AttributeName IRI
public static AttributeName[] values()
for (AttributeName c : AttributeName.values()) System.out.println(c);
public static AttributeName 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 © 2015 The University of Manchester. All Rights Reserved.