com.ibm.etools.cobol.application.model.cobol
Interface SpecialNamesParagraph

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface SpecialNamesParagraph
extends ASTNode

A representation of the SPECIAL-NAMES paragraph in the CONFIGURATION section of the ENVIRONMENT division.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getMnemonicNames

java.util.List getMnemonicNames()
Returns the value of the 'Mnemonic Names' containment reference list. The list contents are of type MnemonicName.

Returns:
the value of the 'Mnemonic Names' containment reference list.
See Also:
COBOLPackage.getSpecialNamesParagraph_MnemonicNames()

getSwitches

java.util.List getSwitches()
Returns the value of the 'Switches' containment reference list. The list contents are of type UPSISwitch.

Returns:
the value of the 'Switches' containment reference list.
See Also:
COBOLPackage.getSpecialNamesParagraph_Switches()

getAlphabets

java.util.List getAlphabets()
Returns the value of the 'Alphabets' containment reference list. The list contents are of type Alphabet.

Returns:
the value of the 'Alphabets' containment reference list.
See Also:
COBOLPackage.getSpecialNamesParagraph_Alphabets()

getSymbolicCharactersClauses

java.util.List getSymbolicCharactersClauses()
Returns the value of the 'Symbolic Characters Clauses' containment reference list. The list contents are of type SymbolicCharactersClause.

Returns:
the value of the 'Symbolic Characters Clauses' containment reference list.
See Also:
COBOLPackage.getSpecialNamesParagraph_SymbolicCharactersClauses()

getUserDefinedCharClasses

java.util.List getUserDefinedCharClasses()
Returns the value of the 'User Defined Char Classes' containment reference list. The list contents are of type UserDefinedCharacterClass.

Returns:
the value of the 'User Defined Char Classes' containment reference list.
See Also:
COBOLPackage.getSpecialNamesParagraph_UserDefinedCharClasses()

getCurrencySignClause

CurrencySignClause getCurrencySignClause()
Deprecated. Use getCurrencySignClauses() instead.

Returns the value of the 'Currency Sign Clause' containment reference.

Returns:
the value of the 'Currency Sign Clause' containment reference.
See Also:
setCurrencySignClause(CurrencySignClause), COBOLPackage.getSpecialNamesParagraph_CurrencySignClause()

setCurrencySignClause

void setCurrencySignClause(CurrencySignClause value)
Deprecated. Use getCurrencySignClauses() instead.

Sets the value of the 'Currency Sign Clause' containment reference.

Parameters:
value - the new value of the 'Currency Sign Clause' containment reference.
See Also:
getCurrencySignClause()

isDecimalPointIsComma

boolean isDecimalPointIsComma()
Returns the value of the 'Decimal Point Is Comma' attribute.

The value is true if the DECIMAL-POINT IS COMMA clause is present; false otherwise.

Returns:
the value of the 'Decimal Point Is Comma' attribute.
See Also:
setDecimalPointIsComma(boolean), COBOLPackage.getSpecialNamesParagraph_DecimalPointIsComma()

setDecimalPointIsComma

void setDecimalPointIsComma(boolean value)
Sets the value of the 'Decimal Point Is Comma' attribute.

Parameters:
value - the new value of the 'Decimal Point Is Comma' attribute.
See Also:
isDecimalPointIsComma()

getXMLSchemas

java.util.List getXMLSchemas()
Returns the value of the 'XML Schemas' containment reference list. The list contents are of type XMLSchema.

The list contains a representation of the XML-SCHEMA clauses.

Returns:
the value of the 'XML Schemas' containment reference list.
See Also:
COBOLPackage.getSpecialNamesParagraph_XMLSchemas()

getCurrencySignClauses

java.util.List getCurrencySignClauses()
Returns the value of the 'Currency Sign Clauses' containment reference list. The list contents are of type CurrencySignClause.

Returns:
the value of the 'Currency Sign Clauses' containment reference list.
See Also:
COBOLPackage.getSpecialNamesParagraph_CurrencySignClauses()