public class ESuperAdapter extends AdapterImpl
EClasses| Modifier and Type | Class and Description |
|---|---|
static interface |
ESuperAdapter.Holder |
Adapter.Internal| Modifier and Type | Field and Description |
|---|---|
protected static int |
ATTRIBUTES |
protected static int |
ATTRIBUTES_MODIFIED |
protected static int |
CONTAINMENTS_MODIFIED |
protected static int |
LAST_ESUPER_ADAPTER_MODIFIED |
protected int |
modifiedState |
protected static int |
OPERATIONS |
protected static int |
OPERATIONS_MODIFIED |
protected static int |
REFERENCES |
protected static int |
REFERENCES_MODIFIED |
protected static int |
STRUCTURAL_FEATURES |
protected static int |
STRUCTURAL_FEATURES_MODIFIED |
protected EList<EClass> |
subclasses |
protected static int |
SUPERS |
protected static int |
SUPERS_MODIFIED |
target| Constructor and Description |
|---|
ESuperAdapter() |
| Modifier and Type | Method and Description |
|---|---|
static ESuperAdapter |
getESuperAdapter(EClass eClass) |
protected static int |
getFeatureID(Notification notification) |
EList<EClass> |
getSubclasses() |
boolean |
isAdapterForType(java.lang.Object type)
Returns
false |
boolean |
isAllAttributesCollectionModified() |
boolean |
isAllContainmentsCollectionModified() |
boolean |
isAllOperationsCollectionModified() |
boolean |
isAllReferencesCollectionModified() |
boolean |
isAllStructuralFeaturesCollectionModified() |
boolean |
isAllSuperCollectionModified() |
boolean |
isModified() |
void |
notifyChanged(Notification notification)
Does nothing; clients may override so that it does something.
|
void |
setAllAttributesCollectionModified(boolean set) |
void |
setAllContainmentsCollectionModified(boolean set) |
void |
setAllOperationsCollectionModified(boolean set) |
void |
setAllReferencesCollectionModified(boolean set) |
void |
setAllStructuralFeaturesCollectionModified(boolean set) |
void |
setAllSuperCollectionModified(boolean set) |
getTarget, setTarget, unsetTargetprotected static final int ATTRIBUTES_MODIFIED
protected static final int REFERENCES_MODIFIED
protected static final int STRUCTURAL_FEATURES_MODIFIED
protected static final int CONTAINMENTS_MODIFIED
protected static final int OPERATIONS_MODIFIED
protected static final int SUPERS_MODIFIED
protected static final int LAST_ESUPER_ADAPTER_MODIFIED
protected int modifiedState
protected static final int SUPERS
protected static final int ATTRIBUTES
protected static final int REFERENCES
protected static final int OPERATIONS
protected static final int STRUCTURAL_FEATURES
public static ESuperAdapter getESuperAdapter(EClass eClass)
protected static int getFeatureID(Notification notification)
public boolean isModified()
public boolean isAdapterForType(java.lang.Object type)
AdapterImplfalseisAdapterForType in interface AdapterisAdapterForType in class AdapterImpltype - the type.falseAdapterFactory.isFactoryForType(java.lang.Object)public void notifyChanged(Notification notification)
AdapterImplnotifyChanged in interface AdapternotifyChanged in class AdapterImplnotification - a description of the change.public boolean isAllAttributesCollectionModified()
public void setAllAttributesCollectionModified(boolean set)
public boolean isAllContainmentsCollectionModified()
public void setAllContainmentsCollectionModified(boolean set)
public boolean isAllReferencesCollectionModified()
public void setAllReferencesCollectionModified(boolean set)
public boolean isAllOperationsCollectionModified()
public void setAllOperationsCollectionModified(boolean set)
public boolean isAllStructuralFeaturesCollectionModified()
public void setAllStructuralFeaturesCollectionModified(boolean set)
public boolean isAllSuperCollectionModified()
public void setAllSuperCollectionModified(boolean set)