org.eclipse.emf.cdo.common.util
Class CDOFetchRule
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDOFetchRule
public CDOFetchRule(EClass eClass)
CDOFetchRule
public CDOFetchRule(CDODataInput in,
CDOPackageRegistry packageManager)
throws IOException
- Throws:
IOException
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.