org.eclipse.emf.ecore.resource.impl
Enum BinaryResourceImpl.EObjectOutputStream.Check

java.lang.Object
  extended by java.lang.Enum<BinaryResourceImpl.EObjectOutputStream.Check>
      extended by org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.Check
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<BinaryResourceImpl.EObjectOutputStream.Check>
Enclosing class:
BinaryResourceImpl.EObjectOutputStream

public static enum BinaryResourceImpl.EObjectOutputStream.Check
extends java.lang.Enum<BinaryResourceImpl.EObjectOutputStream.Check>


Enum Constant Summary
CONTAINER
           
DIRECT_RESOURCE
           
NOTHING
           
RESOURCE
           
 
Method Summary
static BinaryResourceImpl.EObjectOutputStream.Check valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BinaryResourceImpl.EObjectOutputStream.Check[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NOTHING

public static final BinaryResourceImpl.EObjectOutputStream.Check NOTHING

DIRECT_RESOURCE

public static final BinaryResourceImpl.EObjectOutputStream.Check DIRECT_RESOURCE

RESOURCE

public static final BinaryResourceImpl.EObjectOutputStream.Check RESOURCE

CONTAINER

public static final BinaryResourceImpl.EObjectOutputStream.Check CONTAINER
Method Detail

values

public static final BinaryResourceImpl.EObjectOutputStream.Check[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(BinaryResourceImpl.EObjectOutputStream.Check c : BinaryResourceImpl.EObjectOutputStream.Check.values())
        System.out.println(c);

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

valueOf

public static BinaryResourceImpl.EObjectOutputStream.Check valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.