public interface SequentialFileControlEntry extends FileControlEntry
The following features are supported:
COBOLPackage.getSequentialFileControlEntry()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
SimpleRefOrLiteral |
getPaddingCharacter()
Returns the value of the 'Padding Character' containment reference.
|
java.lang.String |
getRecordDelimiter()
Returns the value of the 'Record Delimiter' attribute.
|
void |
setPaddingCharacter(SimpleRefOrLiteral value)
Sets the value of the '
Padding Character' containment reference. |
void |
setRecordDelimiter(java.lang.String value)
Sets the value of the '
Record Delimiter' attribute. |
getAssignmentNames, getAssignTo, getAssignUsing, getFileAccessModeClause, getPassword, getPlatformSpecificStatus, getReservePhrase, getSelect, getStatus, isAutomaticLockMode, isIsOptional, isWithLockOnRecord, setAssignTo, setAssignUsing, setAutomaticLockMode, setFileAccessModeClause, setIsOptional, setPassword, setPlatformSpecificStatus, setReservePhrase, setSelect, setStatus, setWithLockOnRecordgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
SimpleRefOrLiteral getPaddingCharacter()
Returns a representation of the padding character.
setPaddingCharacter(SimpleRefOrLiteral),
COBOLPackage.getSequentialFileControlEntry_PaddingCharacter()void setPaddingCharacter(SimpleRefOrLiteral value)
Padding Character' containment reference.
value - the new value of the 'Padding Character' containment reference.getPaddingCharacter()java.lang.String getRecordDelimiter()
The value specified in the RECORD DELIMITER clause. It is either STANDARD-1 or any COBOL word.
setRecordDelimiter(String),
COBOLPackage.getSequentialFileControlEntry_RecordDelimiter()void setRecordDelimiter(java.lang.String value)
Record Delimiter' attribute.
value - the new value of the 'Record Delimiter' attribute.getRecordDelimiter()