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 record delimiter is not represented in the model.

The following features are supported:

See Also:
COBOLPackage.getSequentialFileControlEntry()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 SimpleRefOrLiteral getPaddingCharacter()
          Returns the value of the 'Padding Character' containment reference.
 void setPaddingCharacter(SimpleRefOrLiteral value)
          Sets the value of the 'Padding Character' containment reference.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.FileControlEntry
getAssignTo, getAssignUsing, getPassword, getPlatformSpecificStatus, getReservePhrase, getSelect, getStatus, isAutomaticLockMode, isIsOptional, isWithLockOnRecord, setAssignTo, setAssignUsing, setAutomaticLockMode, setIsOptional, setPassword, setPlatformSpecificStatus, setReservePhrase, setSelect, setStatus, setWithLockOnRecord
 
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

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

setPaddingCharacter

void setPaddingCharacter(SimpleRefOrLiteral value)
Sets the value of the 'Padding Character' containment reference.

Parameters:
value - the new value of the 'Padding Character' containment reference.
See Also:
getPaddingCharacter()