C# Class TSF.UmlToolingFramework.Wrappers.EA.EnumerationLiteral

Description of EnumerationLiteral.
Inheritance: AttributeWrapper, TSF.UmlToolingFramework.UML.Classes.Kernel.EnumerationLiteral
Afficher le fichier Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework Class Usage Examples

Méthodes publiques

Méthode Description
EnumerationLiteral ( Model model, global wrappedAttribute ) : System
booleanValue ( ) : bool?
integerValue ( ) : int?
isComputable ( ) : bool
isLiteralValue ( Model model, global wrappedAttribute ) : bool
isNull ( ) : bool
realValue ( ) : double?
stringValue ( ) : string
unlimitedValue ( ) : TSF.UmlToolingFramework.UML.Classes.Kernel.UnlimitedNatural

Method Details

EnumerationLiteral() public méthode

public EnumerationLiteral ( Model model, global wrappedAttribute ) : System
model Model
wrappedAttribute global
Résultat System

booleanValue() public méthode

public booleanValue ( ) : bool?
Résultat bool?

integerValue() public méthode

public integerValue ( ) : int?
Résultat int?

isComputable() public méthode

public isComputable ( ) : bool
Résultat bool

isLiteralValue() public static méthode

public static isLiteralValue ( Model model, global wrappedAttribute ) : bool
model Model
wrappedAttribute global
Résultat bool

isNull() public méthode

public isNull ( ) : bool
Résultat bool

realValue() public méthode

public realValue ( ) : double?
Résultat double?

stringValue() public méthode

public stringValue ( ) : string
Résultat string

unlimitedValue() public méthode

public unlimitedValue ( ) : TSF.UmlToolingFramework.UML.Classes.Kernel.UnlimitedNatural
Résultat TSF.UmlToolingFramework.UML.Classes.Kernel.UnlimitedNatural