C# 클래스 EAAddinFramework.SchemaBuilder.EASchemaLiteral

Description of EASchemaProperty.
상속: EASchemaPropertyWrapper, SchemaBuilderFramework.SchemaLiteral
파일 보기 프로젝트 열기: GeertBellekens/Enterprise-Architect-Add-in-Framework 1 사용 예제들

공개 메소드들

메소드 설명
EASchemaLiteral ( TSF.UmlToolingFramework.Wrappers.EA model, EASchemaElement owner, EA objectToWrap ) : System

constructor. Nothing specific, just calling base constructor

createSubsetLiteral ( ) : void

Checks if the attribute type is present as the source element of one of the schema elements If it finds a match the type is set to the subset elemnt of this schema element

메소드 상세

EASchemaLiteral() 공개 메소드

constructor. Nothing specific, just calling base constructor
public EASchemaLiteral ( TSF.UmlToolingFramework.Wrappers.EA model, EASchemaElement owner, EA objectToWrap ) : System
model TSF.UmlToolingFramework.Wrappers.EA the model
owner EASchemaElement the owner Schema Element
objectToWrap EA the EA.SchemaProperty object to wrap
리턴 System

createSubsetLiteral() 공개 메소드

Checks if the attribute type is present as the source element of one of the schema elements If it finds a match the type is set to the subset elemnt of this schema element
public createSubsetLiteral ( ) : void
리턴 void