public interface CicsFormatTimeTimeClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsFormatTimeTimeClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getTime()
Returns the value of the 'Time' containment reference.
|
CicsFormatTimeTimeSeparatorClause |
getTimeSepClause()
Returns the value of the 'Time Sep Clause' containment reference.
|
void |
setTime(DataRef value)
Sets the value of the '
Time' containment reference. |
void |
setTimeSepClause(CicsFormatTimeTimeSeparatorClause value)
Sets the value of the '
Time Sep Clause' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getTime()
The value is a representation of the data area specified in the DATE option.
setTime(DataRef),
COBOLPackage.getCicsFormatTimeTimeClause_Time()void setTime(DataRef value)
Time' containment reference.
value - the new value of the 'Time' containment reference.getTime()CicsFormatTimeTimeSeparatorClause getTimeSepClause()
The value is a representation of the TIMESEP option; if that option is not used, the value is null.
setTimeSepClause(CicsFormatTimeTimeSeparatorClause),
COBOLPackage.getCicsFormatTimeTimeClause_TimeSepClause()void setTimeSepClause(CicsFormatTimeTimeSeparatorClause value)
Time Sep Clause' containment reference.
value - the new value of the 'Time Sep Clause' containment reference.getTimeSepClause()