wt.tools.metamodel
Class PackageDependency
java.lang.Object
wt.tools.metamodel.ModelElement
wt.tools.metamodel.PackageDependency
- All Implemented Interfaces:
- Cloneable
- public class PackageDependency
- extends ModelElement
Fields inherited from class wt.tools.metamodel.ModelElement |
customizations, DEBUG, documentation, LINE_SEPARATOR, name, nextID, properties, RESOURCE, source, stereotype, store, supportedAPI, TRACE, uid |
Methods inherited from class wt.tools.metamodel.ModelElement |
ensureDeferredLoaded, getBoolean, getBoolean, getCustomization, getCustomization, getCustomizations, getDocumentation, getOriginalSource, getProperty, getProperty, getProperty, getProperty, getSource, getSourceId, getStereotype, getSupportedAPI, getUid, initialize, initialize, isDeprecated, loadCustomizations, loadFromStoreDeferred, setBoolean, setDefaults, setDocumentation, setName, setProperty, setSource, setStereotype, setStore, setSupportedAPI, setUid, store, storeForPackage, toString, transferProperty, writeToStore |
supplierName
private String supplierName
realization
private boolean realization
isClass
private boolean isClass
owner
private PackageClass owner
PackageDependency
PackageDependency(String theUid,
PackageClass theOwner)
throws WTException
getElementCode
protected String getElementCode()
- Specified by:
getElementCode
in class ModelElement
getName
public String getName()
- Overrides:
getName
in class ModelElement
isClass
public boolean isClass()
isRealization
public boolean isRealization()
loadFromStore
protected void loadFromStore()
throws WTException
- Overrides:
loadFromStore
in class ModelElement
- Throws:
WTException
make
public static Dependency make(String newName)
make
public static Dependency make(ClassClass theSupplier)
writeToStore
protected void writeToStore()
- Overrides:
writeToStore
in class ModelElement