public interface Repository extends Entity
The following features are supported:
RepositoryPackage.getRepository()| Modifier and Type | Method and Description |
|---|---|
EList<RepositoryComponent> |
getComponents__Repository()
Returns the value of the 'Components Repository' containment reference list.
|
EList<DataType> |
getDataTypes__Repository()
Returns the value of the 'Data Types Repository' containment reference list.
|
EList<FailureType> |
getFailureTypes__Repository()
Returns the value of the 'Failure Types Repository' containment reference
list.
|
EList<Interface> |
getInterfaces__Repository()
Returns the value of the 'Interfaces Repository' containment reference list.
|
String |
getRepositoryDescription()
Returns the value of the 'Repository Description' attribute.
|
void |
setRepositoryDescription(String value)
Sets the value of the
'
Repository Description' attribute. |
getEntityName, setEntityNamecdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String copyright
String getRepositoryDescription()
setRepositoryDescription(String),
RepositoryPackage.getRepository_RepositoryDescription()void setRepositoryDescription(String value)
Repository Description' attribute. value - the new value of the 'Repository Description' attribute.getRepositoryDescription()EList<RepositoryComponent> getComponents__Repository()
RepositoryComponent. It is bidirectional and its
opposite is
'Repository Repository Component'.
This property represents the provides component types stored in the
repository. RepositoryPackage.getRepository_Components__Repository(),
RepositoryComponent.getRepository__RepositoryComponent()EList<Interface> getInterfaces__Repository()
Interface. It is
bidirectional and its opposite is '
Repository
Interface'. This
property represents the interfaces stored in the repository. RepositoryPackage.getRepository_Interfaces__Repository(),
Interface.getRepository__Interface()EList<FailureType> getFailureTypes__Repository()
FailureType. It is bidirectional and its
opposite is
'Repository Failure Type'.
If the meaning of the 'Failure Types Repository' containment reference list isn't clear, there really should be more of a description here...
RepositoryPackage.getRepository_FailureTypes__Repository(),
FailureType.getRepository__FailureType()EList<DataType> getDataTypes__Repository()
DataType. It is
bidirectional and its opposite is '
Repository
Data Type'. This
property represents the data types stored in the repository. RepositoryPackage.getRepository_DataTypes__Repository(),
DataType.getRepository__DataType()