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

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

Public Methods

Method 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 method

public EnumerationLiteral ( Model model, global wrappedAttribute ) : System
model Model
wrappedAttribute global
return System

booleanValue() public method

public booleanValue ( ) : bool?
return bool?

integerValue() public method

public integerValue ( ) : int?
return int?

isComputable() public method

public isComputable ( ) : bool
return bool

isLiteralValue() public static method

public static isLiteralValue ( Model model, global wrappedAttribute ) : bool
model Model
wrappedAttribute global
return bool

isNull() public method

public isNull ( ) : bool
return bool

realValue() public method

public realValue ( ) : double?
return double?

stringValue() public method

public stringValue ( ) : string
return string

unlimitedValue() public method

public unlimitedValue ( ) : TSF.UmlToolingFramework.UML.Classes.Kernel.UnlimitedNatural
return TSF.UmlToolingFramework.UML.Classes.Kernel.UnlimitedNatural