owltools.ontologyrelease
Enum OntologyMetadata.MetadataField
java.lang.Object
java.lang.Enum<OntologyMetadata.MetadataField>
owltools.ontologyrelease.OntologyMetadata.MetadataField
- All Implemented Interfaces:
- Serializable, Comparable<OntologyMetadata.MetadataField>
- Enclosing class:
- OntologyMetadata
public static enum OntologyMetadata.MetadataField
- extends Enum<OntologyMetadata.MetadataField>
NUMBER_OF_CLASSES
public static final OntologyMetadata.MetadataField NUMBER_OF_CLASSES
NUMBER_OF_NON_DEPRECATED_CLASSES
public static final OntologyMetadata.MetadataField NUMBER_OF_NON_DEPRECATED_CLASSES
NUMBER_OF_OBJECT_PROPERTIES
public static final OntologyMetadata.MetadataField NUMBER_OF_OBJECT_PROPERTIES
NUMBER_OF_AXIOMS
public static final OntologyMetadata.MetadataField NUMBER_OF_AXIOMS
AXIOM_TYPE
public static final OntologyMetadata.MetadataField AXIOM_TYPE
NUMBER_OF_CLASSES_WITHOUT
public static final OntologyMetadata.MetadataField NUMBER_OF_CLASSES_WITHOUT
NUMBER_OF_CLASSES_WITH
public static final OntologyMetadata.MetadataField NUMBER_OF_CLASSES_WITH
NUMBER_OF_CLASSES_WITH_MULTIPLE
public static final OntologyMetadata.MetadataField NUMBER_OF_CLASSES_WITH_MULTIPLE
values
public static OntologyMetadata.MetadataField[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (OntologyMetadata.MetadataField c : OntologyMetadata.MetadataField.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static OntologyMetadata.MetadataField valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2010-2011. All Rights Reserved.