com.change_vision.jude.api.inf.model
インタフェース IERSchema

com.change_vision.jude.api.inf.model.IERSchema
すべてのスーパーインタフェース:
IElement, IEntity, IHyperlinkOwner, INamedElement
すべての実装されたインタフェース:
IElement, IEntity, IHyperlinkOwner, INamedElement

public IERSchema
extends INamedElement

ERスキーマに対するインタフェース。


フィールドの概要
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたフィールド
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
メソッドの概要
abstract  IERDatatype[] getDatatypes()
          データ型を取得します。
abstract  IERDomain[] getDomains()
          ドメインを取得します。
abstract  IEREntity[] getEntities()
          エンティティを取得します。
 
クラス 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
 
クラス com.change_vision.jude.api.inf.model.IElement から継承されたメソッド
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, hasStereotype, hasStereotype, isReadOnly, removeStereotype, setTypeModifier
 
クラス com.change_vision.jude.api.inf.model.IHyperlinkOwner から継承されたメソッド
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

メソッドの詳細

getDomains

abstract IERDomain[] getDomains()
ドメインを取得します。

戻り値:
ドメインの配列。ない場合、長さ0の配列を返します。

getDatatypes

abstract IERDatatype[] getDatatypes()
データ型を取得します。

戻り値:
データ型の配列。ない場合、長さ0の配列を返します。

getEntities

abstract IEREntity[] getEntities()
エンティティを取得します。

戻り値:
ドメインの配列。ない場合、長さ0の配列を返します。