| Modifier and Type | Method and Description |
|---|---|
LiteralTypedValue |
CurrencySignClause.getCurrencySign()
Returns the value of the 'Currency Sign' containment reference.
|
LiteralTypedValue |
DataItem.getInitialValue()
Returns the value of the 'Initial Value' containment reference.
|
LiteralTypedValue |
Literal.getLit()
Returns the value of the 'Lit' containment reference.
|
LiteralTypedValue |
LiteralValueRange.getLowerLimit()
Returns the value of the 'Lower Limit' containment reference.
|
LiteralTypedValue |
CurrencySignClause.getPictureSymbol()
Returns the value of the 'Picture Symbol' containment reference.
|
LiteralTypedValue |
LiteralValueRange.getUpperLimit()
Returns the value of the 'Upper Limit' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CurrencySignClause.setCurrencySign(LiteralTypedValue value)
Sets the value of the '
Currency Sign' containment reference. |
void |
DataItem.setInitialValue(LiteralTypedValue value)
Sets the value of the '
Initial Value' containment reference. |
void |
Literal.setLit(LiteralTypedValue value)
Sets the value of the '
Lit' containment reference. |
void |
LiteralValueRange.setLowerLimit(LiteralTypedValue value)
Sets the value of the '
Lower Limit' containment reference. |
void |
CurrencySignClause.setPictureSymbol(LiteralTypedValue value)
Sets the value of the '
Picture Symbol' containment reference. |
void |
LiteralValueRange.setUpperLimit(LiteralTypedValue value)
Sets the value of the '
Upper Limit' containment reference. |