com.change_vision.jude.api.inf.model
Interface IERSchema
com.change_vision.jude.api.inf.model.IERSchema
- All Superinterfaces:
- IElement, IEntity, IHyperlinkOwner, INamedElement
- All Implemented Interfaces:
- IElement, IEntity, IHyperlinkOwner, INamedElement
public IERSchema
- extends INamedElement
Interface for ERSchema.
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifier |
getDomains
abstract IERDomain[] getDomains()
- Get Domains.
- Returns:
- the array of Domains. Return the empty array if there is none.
getDatatypes
abstract IERDatatype[] getDatatypes()
- Get Datatype.
- Returns:
- the array of Datatypes. Return the empty array if there is none.
getEntities
abstract IEREntity[] getEntities()
- Get Entities.
- Returns:
- the array of Entities. Return the empty array if there is none.