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

Interface SequentialFileControlEntry

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


    public interface SequentialFileControlEntry
    extends FileControlEntry
    A representation of a sequential file control entry.

    The following features are supported:

    See Also:
    COBOLPackage.getSequentialFileControlEntry()
    • Method Detail

      • getPaddingCharacter

        SimpleRefOrLiteral getPaddingCharacter()
        Returns the value of the 'Padding Character' containment reference.

        Returns a representation of the padding character.

        Returns:
        the value of the 'Padding Character' containment reference.
        See Also:
        setPaddingCharacter(SimpleRefOrLiteral), COBOLPackage.getSequentialFileControlEntry_PaddingCharacter()
      • getRecordDelimiter

        java.lang.String getRecordDelimiter()
        Returns the value of the 'Record Delimiter' attribute.

        The value specified in the RECORD DELIMITER clause. It is either STANDARD-1 or any COBOL word.

        Returns:
        the value of the 'Record Delimiter' attribute.
        See Also:
        setRecordDelimiter(String), COBOLPackage.getSequentialFileControlEntry_RecordDelimiter()
      • setRecordDelimiter

        void setRecordDelimiter(java.lang.String value)
        Sets the value of the 'Record Delimiter' attribute.
        Parameters:
        value - the new value of the 'Record Delimiter' attribute.
        See Also:
        getRecordDelimiter()