com.ibm.etools.cobol.application.model.cobol

Interface SpecialNamesParagraph

    • 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()
      • 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()