Protege 3.5

edu.stanford.smi.protege.server.metaproject.impl
Enum MetaProjectImpl.InstanceEnum

java.lang.Object
  extended by java.lang.Enum<MetaProjectImpl.InstanceEnum>
      extended by edu.stanford.smi.protege.server.metaproject.impl.MetaProjectImpl.InstanceEnum
All Implemented Interfaces:
Serializable, Comparable<MetaProjectImpl.InstanceEnum>
Enclosing class:
MetaProjectImpl

public static enum MetaProjectImpl.InstanceEnum
extends Enum<MetaProjectImpl.InstanceEnum>


Enum Constant Summary
Trash
           
 
Method Summary
static MetaProjectImpl.InstanceEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MetaProjectImpl.InstanceEnum[] 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

Trash

public static final MetaProjectImpl.InstanceEnum Trash
Method Detail

values

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

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

valueOf

public static MetaProjectImpl.InstanceEnum 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

Protege 3.5

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2013 Stanford University.