Uses of Class
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO.FeatureKind

Packages that use BinaryResourceImpl.BinaryIO.FeatureKind
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
 

Uses of BinaryResourceImpl.BinaryIO.FeatureKind in org.eclipse.emf.ecore.resource.impl
 

Fields in org.eclipse.emf.ecore.resource.impl declared as BinaryResourceImpl.BinaryIO.FeatureKind
 BinaryResourceImpl.BinaryIO.FeatureKind BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData.kind
           
 BinaryResourceImpl.BinaryIO.FeatureKind BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData.kind
           
 

Methods in org.eclipse.emf.ecore.resource.impl that return BinaryResourceImpl.BinaryIO.FeatureKind
static BinaryResourceImpl.BinaryIO.FeatureKind BinaryResourceImpl.BinaryIO.FeatureKind.get(EStructuralFeature eStructuralFeature)
           
static BinaryResourceImpl.BinaryIO.FeatureKind BinaryResourceImpl.BinaryIO.FeatureKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BinaryResourceImpl.BinaryIO.FeatureKind[] BinaryResourceImpl.BinaryIO.FeatureKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


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