public final class CDOFetchRule
extends java.lang.Object
Constructor and Description |
---|
CDOFetchRule(CDODataInput in,
CDOPackageRegistry packageManager) |
CDOFetchRule(EClass eClass) |
Modifier and Type | Method and Description |
---|---|
void |
addFeature(EStructuralFeature feature) |
EClass |
getEClass() |
java.util.List<EStructuralFeature> |
getFeatures() |
boolean |
isEmpty() |
void |
removeFeature(EStructuralFeature feature) |
void |
write(CDODataOutput out) |
public CDOFetchRule(EClass eClass)
public CDOFetchRule(CDODataInput in, CDOPackageRegistry packageManager) throws java.io.IOException
java.io.IOException
public void write(CDODataOutput out) throws java.io.IOException
java.io.IOException
public EClass getEClass()
public java.util.List<EStructuralFeature> getFeatures()
public void addFeature(EStructuralFeature feature)
public void removeFeature(EStructuralFeature feature)
public boolean isEmpty()
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html