public interface CicsTimeFormat extends ASTNode
The following features are supported:
COBOLPackage.getCicsTimeFormat()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getHours()
Returns the value of the 'Hours' containment reference.
|
DataRefOrLiteral |
getMinutes()
Returns the value of the 'Minutes' containment reference.
|
DataRefOrLiteral |
getSeconds()
Returns the value of the 'Seconds' containment reference.
|
void |
setHours(DataRefOrLiteral value)
Sets the value of the '
Hours' containment reference. |
void |
setMinutes(DataRefOrLiteral value)
Sets the value of the '
Minutes' containment reference. |
void |
setSeconds(DataRefOrLiteral value)
Sets the value of the '
Seconds' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getHours()
The value is a representation of the data value specified in the HOURS option; if the option is not used, the value is null.
setHours(DataRefOrLiteral),
COBOLPackage.getCicsTimeFormat_Hours()void setHours(DataRefOrLiteral value)
Hours' containment reference.
value - the new value of the 'Hours' containment reference.getHours()DataRefOrLiteral getMinutes()
The value is a representation of the data value specified in the MINUTES option; if the option is not used, the value is null.
setMinutes(DataRefOrLiteral),
COBOLPackage.getCicsTimeFormat_Minutes()void setMinutes(DataRefOrLiteral value)
Minutes' containment reference.
value - the new value of the 'Minutes' containment reference.getMinutes()DataRefOrLiteral getSeconds()
The value is a representation of the data value specified in the SECONDS option; if the option is not used, the value is null.
setSeconds(DataRefOrLiteral),
COBOLPackage.getCicsTimeFormat_Seconds()void setSeconds(DataRefOrLiteral value)
Seconds' containment reference.
value - the new value of the 'Seconds' containment reference.getSeconds()