|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpecialNamesParagraph
A representation of the SPECIAL-NAMES paragraph in the CONFIGURATION section of the ENVIRONMENT division.
The following features are supported:
Mnemonic NamesSwitchesAlphabetsSymbolic Characters ClausesUser Defined Char ClassesCurrency Sign ClauseDecimal Point Is CommaXML SchemasCurrency Sign Clauses
COBOLPackage.getSpecialNamesParagraph()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||