owltools.ontologyrelease
Enum OntologyMetadata.MetadataField

java.lang.Object
  extended by java.lang.Enum<OntologyMetadata.MetadataField>
      extended by owltools.ontologyrelease.OntologyMetadata.MetadataField
All Implemented Interfaces:
Serializable, Comparable<OntologyMetadata.MetadataField>
Enclosing class:
OntologyMetadata

public static enum OntologyMetadata.MetadataField
extends Enum<OntologyMetadata.MetadataField>


Enum Constant Summary
AXIOM_TYPE
           
NUMBER_OF_AXIOMS
           
NUMBER_OF_CLASSES
           
NUMBER_OF_CLASSES_WITH
           
NUMBER_OF_CLASSES_WITH_MULTIPLE
           
NUMBER_OF_CLASSES_WITHOUT
           
NUMBER_OF_NON_DEPRECATED_CLASSES
           
NUMBER_OF_OBJECT_PROPERTIES
           
 
Method Summary
static OntologyMetadata.MetadataField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OntologyMetadata.MetadataField[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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-2012. All Rights Reserved.