public static enum AtomicOntologyChange.AtomicChangeType extends Enum<AtomicOntologyChange.AtomicChangeType>
| Modifier and Type | Method and Description |
|---|---|
static AtomicOntologyChange.AtomicChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomicOntologyChange.AtomicChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomicOntologyChange.AtomicChangeType ADD
public static final AtomicOntologyChange.AtomicChangeType DELETE
public static final AtomicOntologyChange.AtomicChangeType RENAME
public static AtomicOntologyChange.AtomicChangeType[] values()
for (AtomicOntologyChange.AtomicChangeType c : AtomicOntologyChange.AtomicChangeType.values()) System.out.println(c);
public static AtomicOntologyChange.AtomicChangeType 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 © 2022. All rights reserved.