|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface CicsFormatTimeStmt
A representation of the model object 'Cics Format Time Stmt'.
The following features are supported:
Abs TimeDateFull DateDate FormDate Sep ClauseDay CountDay Of MonthDay Of WeekDdmmyyDdmmyyyyMmddyyMmddyyyyMonth Of YearTime ClauseYearYydddYyddmmYymmddYyyydddYyyyddmmYyyymmdd
COBOLPackage.getCicsFormatTimeStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataRef |
getAbsTime()
Returns the value of the 'Abs Time' containment reference. |
DataRef |
getDate()
Returns the value of the 'Date' containment reference. |
DataRef |
getDateForm()
Returns the value of the 'Date Form' containment reference. |
CicsFormatTimeDateSeparatorClause |
getDateSepClause()
Returns the value of the 'Date Sep Clause' containment reference. |
DataRef |
getDayCount()
Returns the value of the 'Day Count' containment reference. |
DataRef |
getDayOfMonth()
Returns the value of the 'Day Of Month' containment reference. |
DataRef |
getDayOfWeek()
Returns the value of the 'Day Of Week' containment reference. |
DataRef |
getDdmmyy()
Returns the value of the 'Ddmmyy' containment reference. |
DataRef |
getDdmmyyyy()
Returns the value of the 'Ddmmyyyy' containment reference. |
DataRef |
getFullDate()
Returns the value of the 'Full Date' containment reference. |
DataRef |
getMmddyy()
Returns the value of the 'Mmddyy' containment reference. |
DataRef |
getMmddyyyy()
Returns the value of the 'Mmddyyyy' containment reference. |
DataRef |
getMonthOfYear()
Returns the value of the 'Month Of Year' containment reference. |
CicsFormatTimeTimeClause |
getTimeClause()
Returns the value of the 'Time Clause' containment reference. |
DataRef |
getYear()
Returns the value of the 'Year' containment reference. |
DataRef |
getYyddd()
Returns the value of the 'Yyddd' containment reference. |
DataRef |
getYyddmm()
Returns the value of the 'Yyddmm' containment reference. |
DataRef |
getYymmdd()
Returns the value of the 'Yymmdd' containment reference. |
DataRef |
getYyyyddd()
Returns the value of the 'Yyyyddd' containment reference. |
DataRef |
getYyyyddmm()
Returns the value of the 'Yyyyddmm' containment reference. |
DataRef |
getYyyymmdd()
Returns the value of the 'Yyyymmdd' containment reference. |
void |
setAbsTime(DataRef value)
Sets the value of the ' Abs Time' containment reference. |
void |
setDate(DataRef value)
Sets the value of the ' Date' containment reference. |
void |
setDateForm(DataRef value)
Sets the value of the ' Date Form' containment reference. |
void |
setDateSepClause(CicsFormatTimeDateSeparatorClause value)
Sets the value of the ' Date Sep Clause' containment reference. |
void |
setDayCount(DataRef value)
Sets the value of the ' Day Count' containment reference. |
void |
setDayOfMonth(DataRef value)
Sets the value of the ' Day Of Month' containment reference. |
void |
setDayOfWeek(DataRef value)
Sets the value of the ' Day Of Week' containment reference. |
void |
setDdmmyy(DataRef value)
Sets the value of the ' Ddmmyy' containment reference. |
void |
setDdmmyyyy(DataRef value)
Sets the value of the ' Ddmmyyyy' containment reference. |
void |
setFullDate(DataRef value)
Sets the value of the ' Full Date' containment reference. |
void |
setMmddyy(DataRef value)
Sets the value of the ' Mmddyy' containment reference. |
void |
setMmddyyyy(DataRef value)
Sets the value of the ' Mmddyyyy' containment reference. |
void |
setMonthOfYear(DataRef value)
Sets the value of the ' Month Of Year' containment reference. |
void |
setTimeClause(CicsFormatTimeTimeClause value)
Sets the value of the ' Time Clause' containment reference. |
void |
setYear(DataRef value)
Sets the value of the ' Year' containment reference. |
void |
setYyddd(DataRef value)
Sets the value of the ' Yyddd' containment reference. |
void |
setYyddmm(DataRef value)
Sets the value of the ' Yyddmm' containment reference. |
void |
setYymmdd(DataRef value)
Sets the value of the ' Yymmdd' containment reference. |
void |
setYyyyddd(DataRef value)
Sets the value of the ' Yyyyddd' containment reference. |
void |
setYyyyddmm(DataRef value)
Sets the value of the ' Yyyyddmm' containment reference. |
void |
setYyyymmdd(DataRef value)
Sets the value of the ' Yyyymmdd' containment reference. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.CicsStmt |
|---|
getResp, getResp2, isNoHandle, setNoHandle, setResp, setResp2 |
| 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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
DataRef getAbsTime()
If the meaning of the 'Abs Time' containment reference isn't clear, there really should be more of a description here...
setAbsTime(DataRef),
COBOLPackage.getCicsFormatTimeStmt_AbsTime()void setAbsTime(DataRef value)
Abs Time' containment reference.
value - the new value of the 'Abs Time' containment reference.getAbsTime()DataRef getDate()
If the meaning of the 'Date' containment reference isn't clear, there really should be more of a description here...
setDate(DataRef),
COBOLPackage.getCicsFormatTimeStmt_Date()void setDate(DataRef value)
Date' containment reference.
value - the new value of the 'Date' containment reference.getDate()DataRef getFullDate()
If the meaning of the 'Full Date' containment reference isn't clear, there really should be more of a description here...
setFullDate(DataRef),
COBOLPackage.getCicsFormatTimeStmt_FullDate()void setFullDate(DataRef value)
Full Date' containment reference.
value - the new value of the 'Full Date' containment reference.getFullDate()DataRef getDateForm()
If the meaning of the 'Date Form' containment reference isn't clear, there really should be more of a description here...
setDateForm(DataRef),
COBOLPackage.getCicsFormatTimeStmt_DateForm()void setDateForm(DataRef value)
Date Form' containment reference.
value - the new value of the 'Date Form' containment reference.getDateForm()CicsFormatTimeDateSeparatorClause getDateSepClause()
If the meaning of the 'Date Sep Clause' containment reference isn't clear, there really should be more of a description here...
setDateSepClause(CicsFormatTimeDateSeparatorClause),
COBOLPackage.getCicsFormatTimeStmt_DateSepClause()void setDateSepClause(CicsFormatTimeDateSeparatorClause value)
Date Sep Clause' containment reference.
value - the new value of the 'Date Sep Clause' containment reference.getDateSepClause()DataRef getDayCount()
If the meaning of the 'Day Count' containment reference isn't clear, there really should be more of a description here...
setDayCount(DataRef),
COBOLPackage.getCicsFormatTimeStmt_DayCount()void setDayCount(DataRef value)
Day Count' containment reference.
value - the new value of the 'Day Count' containment reference.getDayCount()DataRef getDayOfMonth()
If the meaning of the 'Day Of Month' containment reference isn't clear, there really should be more of a description here...
setDayOfMonth(DataRef),
COBOLPackage.getCicsFormatTimeStmt_DayOfMonth()void setDayOfMonth(DataRef value)
Day Of Month' containment reference.
value - the new value of the 'Day Of Month' containment reference.getDayOfMonth()DataRef getDayOfWeek()
If the meaning of the 'Day Of Week' containment reference isn't clear, there really should be more of a description here...
setDayOfWeek(DataRef),
COBOLPackage.getCicsFormatTimeStmt_DayOfWeek()void setDayOfWeek(DataRef value)
Day Of Week' containment reference.
value - the new value of the 'Day Of Week' containment reference.getDayOfWeek()DataRef getDdmmyy()
If the meaning of the 'Ddmmyy' containment reference isn't clear, there really should be more of a description here...
setDdmmyy(DataRef),
COBOLPackage.getCicsFormatTimeStmt_Ddmmyy()void setDdmmyy(DataRef value)
Ddmmyy' containment reference.
value - the new value of the 'Ddmmyy' containment reference.getDdmmyy()DataRef getDdmmyyyy()
If the meaning of the 'Ddmmyyyy' containment reference isn't clear, there really should be more of a description here...
setDdmmyyyy(DataRef),
COBOLPackage.getCicsFormatTimeStmt_Ddmmyyyy()void setDdmmyyyy(DataRef value)
Ddmmyyyy' containment reference.
value - the new value of the 'Ddmmyyyy' containment reference.getDdmmyyyy()DataRef getMmddyy()
If the meaning of the 'Mmddyy' containment reference isn't clear, there really should be more of a description here...
setMmddyy(DataRef),
COBOLPackage.getCicsFormatTimeStmt_Mmddyy()void setMmddyy(DataRef value)
Mmddyy' containment reference.
value - the new value of the 'Mmddyy' containment reference.getMmddyy()DataRef getMmddyyyy()
If the meaning of the 'Mmddyyyy' containment reference isn't clear, there really should be more of a description here...
setMmddyyyy(DataRef),
COBOLPackage.getCicsFormatTimeStmt_Mmddyyyy()void setMmddyyyy(DataRef value)
Mmddyyyy' containment reference.
value - the new value of the 'Mmddyyyy' containment reference.getMmddyyyy()DataRef getMonthOfYear()
If the meaning of the 'Month Of Year' containment reference isn't clear, there really should be more of a description here...
setMonthOfYear(DataRef),
COBOLPackage.getCicsFormatTimeStmt_MonthOfYear()void setMonthOfYear(DataRef value)
Month Of Year' containment reference.
value - the new value of the 'Month Of Year' containment reference.getMonthOfYear()CicsFormatTimeTimeClause getTimeClause()
If the meaning of the 'Time Clause' containment reference isn't clear, there really should be more of a description here...
setTimeClause(CicsFormatTimeTimeClause),
COBOLPackage.getCicsFormatTimeStmt_TimeClause()void setTimeClause(CicsFormatTimeTimeClause value)
Time Clause' containment reference.
value - the new value of the 'Time Clause' containment reference.getTimeClause()DataRef getYear()
If the meaning of the 'Year' containment reference isn't clear, there really should be more of a description here...
setYear(DataRef),
COBOLPackage.getCicsFormatTimeStmt_Year()void setYear(DataRef value)
Year' containment reference.
value - the new value of the 'Year' containment reference.getYear()DataRef getYyddd()
If the meaning of the 'Yyddd' containment reference isn't clear, there really should be more of a description here...
setYyddd(DataRef),
COBOLPackage.getCicsFormatTimeStmt_Yyddd()void setYyddd(DataRef value)
Yyddd' containment reference.
value - the new value of the 'Yyddd' containment reference.getYyddd()DataRef getYyddmm()
If the meaning of the 'Yyddmm' containment reference isn't clear, there really should be more of a description here...
setYyddmm(DataRef),
COBOLPackage.getCicsFormatTimeStmt_Yyddmm()void setYyddmm(DataRef value)
Yyddmm' containment reference.
value - the new value of the 'Yyddmm' containment reference.getYyddmm()DataRef getYymmdd()
If the meaning of the 'Yymmdd' containment reference isn't clear, there really should be more of a description here...
setYymmdd(DataRef),
COBOLPackage.getCicsFormatTimeStmt_Yymmdd()void setYymmdd(DataRef value)
Yymmdd' containment reference.
value - the new value of the 'Yymmdd' containment reference.getYymmdd()DataRef getYyyyddd()
If the meaning of the 'Yyyyddd' containment reference isn't clear, there really should be more of a description here...
setYyyyddd(DataRef),
COBOLPackage.getCicsFormatTimeStmt_Yyyyddd()void setYyyyddd(DataRef value)
Yyyyddd' containment reference.
value - the new value of the 'Yyyyddd' containment reference.getYyyyddd()DataRef getYyyyddmm()
If the meaning of the 'Yyyyddmm' containment reference isn't clear, there really should be more of a description here...
setYyyyddmm(DataRef),
COBOLPackage.getCicsFormatTimeStmt_Yyyyddmm()void setYyyyddmm(DataRef value)
Yyyyddmm' containment reference.
value - the new value of the 'Yyyyddmm' containment reference.getYyyyddmm()DataRef getYyyymmdd()
If the meaning of the 'Yyyymmdd' containment reference isn't clear, there really should be more of a description here...
setYyyymmdd(DataRef),
COBOLPackage.getCicsFormatTimeStmt_Yyyymmdd()void setYyyymmdd(DataRef value)
Yyyymmdd' containment reference.
value - the new value of the 'Yyyymmdd' containment reference.getYyyymmdd()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||