org.eclipse.emf.cdo.common.util
Class CDOFetchRule

java.lang.Object
  extended by org.eclipse.emf.cdo.common.util.CDOFetchRule

public final class CDOFetchRule
extends Object

Represents a subset of the features of a class.

Since:
3.0

Constructor Summary
CDOFetchRule(CDODataInput in, CDOPackageRegistry packageManager)
           
CDOFetchRule(EClass eClass)
           
 
Method Summary
 void addFeature(EStructuralFeature feature)
           
 EClass getEClass()
           
 List<EStructuralFeature> getFeatures()
           
 boolean isEmpty()
           
 void removeFeature(EStructuralFeature feature)
           
 void write(CDODataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDOFetchRule

public CDOFetchRule(EClass eClass)

CDOFetchRule

public CDOFetchRule(CDODataInput in,
                    CDOPackageRegistry packageManager)
             throws IOException
Throws:
IOException
Method Detail

write

public void write(CDODataOutput out)
           throws IOException
Throws:
IOException

getEClass

public EClass getEClass()

getFeatures

public List<EStructuralFeature> getFeatures()

addFeature

public void addFeature(EStructuralFeature feature)

removeFeature

public void removeFeature(EStructuralFeature feature)

isEmpty

public boolean isEmpty()


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.