Package org.eclipse.emf.cdo.common.util
Class CDOFetchRule
java.lang.Object
org.eclipse.emf.cdo.common.util.CDOFetchRule
- Since:
- 3.0
- Author:
- Simon McDuff
-
Constructor Summary
ConstructorDescriptionCDOFetchRule
(CDODataInput in, CDOPackageRegistry packageManager) CDOFetchRule
(EClass eClass) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFeature
(EStructuralFeature feature) boolean
isEmpty()
void
removeFeature
(EStructuralFeature feature) void
write
(CDODataOutput out)
-
Constructor Details
-
CDOFetchRule
-
CDOFetchRule
- Throws:
IOException
-
-
Method Details
-
write
- Throws:
IOException
-
getEClass
-
getFeatures
-
addFeature
-
removeFeature
-
isEmpty
public boolean isEmpty()
-