| Modifier and Type | Method and Description |
|---|---|
static AtomState |
fromURI(java.net.URI uri)
Tries to match the given URI against all enum values.
|
java.net.URI |
getURI() |
static AtomState |
parseString(java.lang.String fragment)
Tries to match the given string against all enum values.
|
static AtomState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AtomState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomState INACTIVE
public static final AtomState ACTIVE
public static final AtomState DELETED
public static AtomState[] values()
for (AtomState c : AtomState.values()) System.out.println(c);
public static AtomState 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.net.URI getURI()
public static AtomState parseString(java.lang.String fragment)
fragment - string to matchpublic static AtomState fromURI(java.net.URI uri)
uri - URI to matchCopyright © 2019. All Rights Reserved.