public interface CicsFormatTimeDateSeparatorClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsFormatTimeDateSeparatorClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getDateSep()
Returns the value of the 'Date Sep' containment reference.
|
void |
setDateSep(DataRefOrLiteral value)
Sets the value of the '
Date Sep' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getDateSep()
The value is a representation of the data value specified in the DATESEP option; if there is no data value specified, the value is null.
setDateSep(DataRefOrLiteral),
COBOLPackage.getCicsFormatTimeDateSeparatorClause_DateSep()void setDateSep(DataRefOrLiteral value)
Date Sep' containment reference.
value - the new value of the 'Date Sep' containment reference.getDateSep()