public enum DCA extends Enum<DCA>
| Enum Constant and Description |
|---|
abcdEquivalence
The abcd equivalence.
|
organizedInClass
The organized in class.
|
status
The status.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getURI()
Gets the uri.
|
String |
term()
Term.
|
static DCA |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DCA[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DCA abcdEquivalence
public static final DCA organizedInClass
public static final DCA status
public static DCA[] values()
for (DCA c : DCA.values()) System.out.println(c);
public static DCA 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 nullpublic String term()
public String getURI()
Copyright © 2016. All rights reserved.