public class LibraryImpl extends PackageImpl implements Library
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
List<Precedence> |
getOwnedPrecedences() |
addPackageListener, basicGetPackageId, basicSetOwningPackage, eBasicRemoveFromContainerFeature, eInverseAdd, getEPackage, getImportedPackages, getNsPrefix, getOwnedClass, getOwnedClasses, getOwnedInstances, getOwnedPackages, getOwnedProfileApplications, getOwningPackage, getPackageId, getURI, isIgnoreInvariants, removePackageListener, setIgnoreInvariants, setName, setNsPrefix, setOwningPackage, setPackageId, setURI, setURIGen, toStringgetOwnedConstraintsgetNameallOwnedElements, eInvoke, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEPackage, getImportedPackages, getNsPrefix, getOwnedClass, getOwnedClasses, getOwnedInstances, getOwnedPackages, getOwnedProfileApplications, getOwningPackage, getPackageId, getURI, setNsPrefix, setOwningPackage, setURIgetOwnedConstraintsgetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic List<Precedence> getOwnedPrecedences()
getOwnedPrecedences in interface LibraryPivotPackage.getLibrary_OwnedPrecedences()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class PackageImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class PackageImplpublic void eSet(int featureID,
Object newValue)
eSet in class PackageImplpublic void eUnset(int featureID)
eUnset in class PackageImplpublic boolean eIsSet(int featureID)
eIsSet in class PackageImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.