public interface SpecialNamesParagraph extends ASTNode
The following features are supported:
COBOLPackage.getSpecialNamesParagraph()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAlphabets()
Returns the value of the 'Alphabets' containment reference list.
|
CurrencySignClause |
getCurrencySignClause()
Deprecated.
Use
getCurrencySignClauses() instead.
|
java.util.List |
getCurrencySignClauses()
Returns the value of the 'Currency Sign Clauses' containment reference list.
|
java.util.List |
getMnemonicNames()
Returns the value of the 'Mnemonic Names' containment reference list.
|
java.util.List |
getSwitches()
Returns the value of the 'Switches' containment reference list.
|
java.util.List |
getSymbolicCharactersClauses()
Returns the value of the 'Symbolic Characters Clauses' containment reference list.
|
java.util.List |
getUserDefinedCharClasses()
Returns the value of the 'User Defined Char Classes' containment reference list.
|
java.util.List |
getXMLSchemas()
Returns the value of the 'XML Schemas' containment reference list.
|
boolean |
isDecimalPointIsComma()
Returns the value of the 'Decimal Point Is Comma' attribute.
|
void |
setCurrencySignClause(CurrencySignClause value)
Deprecated.
Use
getCurrencySignClauses() instead.
|
void |
setDecimalPointIsComma(boolean value)
Sets the value of the '
Decimal Point Is Comma' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getMnemonicNames()
MnemonicName.
COBOLPackage.getSpecialNamesParagraph_MnemonicNames()java.util.List getSwitches()
UPSISwitch.
COBOLPackage.getSpecialNamesParagraph_Switches()java.util.List getAlphabets()
Alphabet.
COBOLPackage.getSpecialNamesParagraph_Alphabets()java.util.List getSymbolicCharactersClauses()
SymbolicCharactersClause.
COBOLPackage.getSpecialNamesParagraph_SymbolicCharactersClauses()java.util.List getUserDefinedCharClasses()
UserDefinedCharacterClass.
COBOLPackage.getSpecialNamesParagraph_UserDefinedCharClasses()CurrencySignClause getCurrencySignClause()
getCurrencySignClauses() instead.
setCurrencySignClause(CurrencySignClause),
COBOLPackage.getSpecialNamesParagraph_CurrencySignClause()void setCurrencySignClause(CurrencySignClause value)
getCurrencySignClauses() instead.
Currency Sign Clause' containment reference.
value - the new value of the 'Currency Sign Clause' containment reference.getCurrencySignClause()boolean isDecimalPointIsComma()
The value is true if the DECIMAL-POINT IS COMMA clause is present; false otherwise.
setDecimalPointIsComma(boolean),
COBOLPackage.getSpecialNamesParagraph_DecimalPointIsComma()void setDecimalPointIsComma(boolean value)
Decimal Point Is Comma' attribute.
value - the new value of the 'Decimal Point Is Comma' attribute.isDecimalPointIsComma()java.util.List getXMLSchemas()
XMLSchema.
The list contains a representation of the XML-SCHEMA clauses.
COBOLPackage.getSpecialNamesParagraph_XMLSchemas()java.util.List getCurrencySignClauses()
CurrencySignClause.
COBOLPackage.getSpecialNamesParagraph_CurrencySignClauses()