C# Class EAAddinFramework.SchemaBuilder.EASchemaLiteral

Description of EASchemaProperty.
Inheritance: EASchemaPropertyWrapper, SchemaBuilderFramework.SchemaLiteral
Afficher le fichier Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

EASchemaLiteral() public méthode

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
Résultat System

createSubsetLiteral() public méthode

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
Résultat void