public static enum OntologyMetadata.MetadataQualifier extends Enum<OntologyMetadata.MetadataQualifier>
Enum Constant and Description |
---|
ANNOTATION_PROPERTY |
AXIOM_TYPE |
INCLUDE_IMPORT_CLOSURE |
OBJECT_PROPERTY |
Modifier and Type | Method and Description |
---|---|
static OntologyMetadata.MetadataQualifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OntologyMetadata.MetadataQualifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OntologyMetadata.MetadataQualifier AXIOM_TYPE
public static final OntologyMetadata.MetadataQualifier INCLUDE_IMPORT_CLOSURE
public static final OntologyMetadata.MetadataQualifier OBJECT_PROPERTY
public static final OntologyMetadata.MetadataQualifier ANNOTATION_PROPERTY
public static OntologyMetadata.MetadataQualifier[] values()
for (OntologyMetadata.MetadataQualifier c : OntologyMetadata.MetadataQualifier.values()) System.out.println(c);
public static OntologyMetadata.MetadataQualifier 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 © 2010–2016. All rights reserved.