org.obolibrary.oboformat.model
Enum OBOProfileUtil.ProfileType

java.lang.Object
  extended by java.lang.Enum<OBOProfileUtil.ProfileType>
      extended by org.obolibrary.oboformat.model.OBOProfileUtil.ProfileType
All Implemented Interfaces:
Serializable, Comparable<OBOProfileUtil.ProfileType>
Enclosing class:
OBOProfileUtil

public static enum OBOProfileUtil.ProfileType
extends Enum<OBOProfileUtil.ProfileType>


Enum Constant Summary
BASIC
           
DAG
           
FULL_LABELED
           
FULLY_ASSERTED
           
NO_DANGLING
           
NO_EQUIVALENCIES
           
NO_NAMESPACE_CROSSING
           
NO_PROPERTY_VALUES
           
NO_QUALIFIERS
           
UNIDRECTIONAL
           
 
Method Summary
static OBOProfileUtil.ProfileType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OBOProfileUtil.ProfileType[] 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

DAG

public static final OBOProfileUtil.ProfileType DAG

NO_DANGLING

public static final OBOProfileUtil.ProfileType NO_DANGLING

UNIDRECTIONAL

public static final OBOProfileUtil.ProfileType UNIDRECTIONAL

FULLY_ASSERTED

public static final OBOProfileUtil.ProfileType FULLY_ASSERTED

FULL_LABELED

public static final OBOProfileUtil.ProfileType FULL_LABELED

NO_EQUIVALENCIES

public static final OBOProfileUtil.ProfileType NO_EQUIVALENCIES

NO_NAMESPACE_CROSSING

public static final OBOProfileUtil.ProfileType NO_NAMESPACE_CROSSING

NO_QUALIFIERS

public static final OBOProfileUtil.ProfileType NO_QUALIFIERS

NO_PROPERTY_VALUES

public static final OBOProfileUtil.ProfileType NO_PROPERTY_VALUES

BASIC

public static final OBOProfileUtil.ProfileType BASIC
Method Detail

values

public static OBOProfileUtil.ProfileType[] 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 (OBOProfileUtil.ProfileType c : OBOProfileUtil.ProfileType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static OBOProfileUtil.ProfileType 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-2014. All Rights Reserved.