public static enum OwlModuleRegistry.Type extends java.lang.Enum<OwlModuleRegistry.Type>
Enum Constant | Description |
---|---|
READER |
|
TRANSFORMER |
|
WRITER |
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
name |
|
java.lang.Class<?> |
typeClass |
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<OwlModuleRegistry.Type> |
getTypes(OwlModuleParser<?> object) |
|
static OwlModuleRegistry.Type |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static OwlModuleRegistry.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwlModuleRegistry.Type READER
public static final OwlModuleRegistry.Type WRITER
public static final OwlModuleRegistry.Type TRANSFORMER
public final java.lang.Class<?> typeClass
public final java.lang.String name
public static OwlModuleRegistry.Type[] values()
for (OwlModuleRegistry.Type c : OwlModuleRegistry.Type.values()) System.out.println(c);
public static OwlModuleRegistry.Type 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 static java.util.Collection<OwlModuleRegistry.Type> getTypes(OwlModuleParser<?> object)