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

Interface CicsFileBrowseKeyLengthClause

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


    public interface CicsFileBrowseKeyLengthClause
    extends ASTNode
    A representation of the KEYLENGTH and GENERIC options in a CICS command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsFileBrowseKeyLengthClause()
    • Method Detail

      • getKeyLength

        DataRefOrLiteral getKeyLength()
        Returns the value of the 'Key Length' containment reference.

        The value is a representation of the data value specified in the KEYLENGTH option.

        Returns:
        the value of the 'Key Length' containment reference.
        See Also:
        setKeyLength(DataRefOrLiteral), COBOLPackage.getCicsFileBrowseKeyLengthClause_KeyLength()
      • setKeyLength

        void setKeyLength(DataRefOrLiteral value)
        Sets the value of the 'Key Length' containment reference.
        Parameters:
        value - the new value of the 'Key Length' containment reference.
        See Also:
        getKeyLength()
      • isGeneric

        boolean isGeneric()
        Returns the value of the 'Generic' attribute.

        The value is true if the GENERIC option is used; false otherwise.

        Returns:
        the value of the 'Generic' attribute.
        See Also:
        setGeneric(boolean), COBOLPackage.getCicsFileBrowseKeyLengthClause_Generic()
      • setGeneric

        void setGeneric(boolean value)
        Sets the value of the 'Generic' attribute.
        Parameters:
        value - the new value of the 'Generic' attribute.
        See Also:
        isGeneric()