com.ibm.etools.cobol.application.model.cobol
Interface CicsFormatTimeStmt

All Superinterfaces:
ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CicsFormatTimeStmtImpl

public interface CicsFormatTimeStmt
extends CicsStmt

A representation of the model object 'Cics Format Time Stmt'.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getAbsTime

DataRef getAbsTime()
Returns the value of the 'Abs Time' containment reference.

If the meaning of the 'Abs Time' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Abs Time' containment reference.
See Also:
setAbsTime(DataRef), COBOLPackage.getCicsFormatTimeStmt_AbsTime()

setAbsTime

void setAbsTime(DataRef value)
Sets the value of the 'Abs Time' containment reference.

Parameters:
value - the new value of the 'Abs Time' containment reference.
See Also:
getAbsTime()

getDate

DataRef getDate()
Returns the value of the 'Date' containment reference.

If the meaning of the 'Date' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Date' containment reference.
See Also:
setDate(DataRef), COBOLPackage.getCicsFormatTimeStmt_Date()

setDate

void setDate(DataRef value)
Sets the value of the 'Date' containment reference.

Parameters:
value - the new value of the 'Date' containment reference.
See Also:
getDate()

getFullDate

DataRef getFullDate()
Returns the value of the 'Full Date' containment reference.

If the meaning of the 'Full Date' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Full Date' containment reference.
See Also:
setFullDate(DataRef), COBOLPackage.getCicsFormatTimeStmt_FullDate()

setFullDate

void setFullDate(DataRef value)
Sets the value of the 'Full Date' containment reference.

Parameters:
value - the new value of the 'Full Date' containment reference.
See Also:
getFullDate()

getDateForm

DataRef getDateForm()
Returns the value of the 'Date Form' containment reference.

If the meaning of the 'Date Form' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Date Form' containment reference.
See Also:
setDateForm(DataRef), COBOLPackage.getCicsFormatTimeStmt_DateForm()

setDateForm

void setDateForm(DataRef value)
Sets the value of the 'Date Form' containment reference.

Parameters:
value - the new value of the 'Date Form' containment reference.
See Also:
getDateForm()

getDateSepClause

CicsFormatTimeDateSeparatorClause getDateSepClause()
Returns the value of the 'Date Sep Clause' containment reference.

If the meaning of the 'Date Sep Clause' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Date Sep Clause' containment reference.
See Also:
setDateSepClause(CicsFormatTimeDateSeparatorClause), COBOLPackage.getCicsFormatTimeStmt_DateSepClause()

setDateSepClause

void setDateSepClause(CicsFormatTimeDateSeparatorClause value)
Sets the value of the 'Date Sep Clause' containment reference.

Parameters:
value - the new value of the 'Date Sep Clause' containment reference.
See Also:
getDateSepClause()

getDayCount

DataRef getDayCount()
Returns the value of the 'Day Count' containment reference.

If the meaning of the 'Day Count' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Day Count' containment reference.
See Also:
setDayCount(DataRef), COBOLPackage.getCicsFormatTimeStmt_DayCount()

setDayCount

void setDayCount(DataRef value)
Sets the value of the 'Day Count' containment reference.

Parameters:
value - the new value of the 'Day Count' containment reference.
See Also:
getDayCount()

getDayOfMonth

DataRef getDayOfMonth()
Returns the value of the 'Day Of Month' containment reference.

If the meaning of the 'Day Of Month' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Day Of Month' containment reference.
See Also:
setDayOfMonth(DataRef), COBOLPackage.getCicsFormatTimeStmt_DayOfMonth()

setDayOfMonth

void setDayOfMonth(DataRef value)
Sets the value of the 'Day Of Month' containment reference.

Parameters:
value - the new value of the 'Day Of Month' containment reference.
See Also:
getDayOfMonth()

getDayOfWeek

DataRef getDayOfWeek()
Returns the value of the 'Day Of Week' containment reference.

If the meaning of the 'Day Of Week' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Day Of Week' containment reference.
See Also:
setDayOfWeek(DataRef), COBOLPackage.getCicsFormatTimeStmt_DayOfWeek()

setDayOfWeek

void setDayOfWeek(DataRef value)
Sets the value of the 'Day Of Week' containment reference.

Parameters:
value - the new value of the 'Day Of Week' containment reference.
See Also:
getDayOfWeek()

getDdmmyy

DataRef getDdmmyy()
Returns the value of the 'Ddmmyy' containment reference.

If the meaning of the 'Ddmmyy' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ddmmyy' containment reference.
See Also:
setDdmmyy(DataRef), COBOLPackage.getCicsFormatTimeStmt_Ddmmyy()

setDdmmyy

void setDdmmyy(DataRef value)
Sets the value of the 'Ddmmyy' containment reference.

Parameters:
value - the new value of the 'Ddmmyy' containment reference.
See Also:
getDdmmyy()

getDdmmyyyy

DataRef getDdmmyyyy()
Returns the value of the 'Ddmmyyyy' containment reference.

If the meaning of the 'Ddmmyyyy' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ddmmyyyy' containment reference.
See Also:
setDdmmyyyy(DataRef), COBOLPackage.getCicsFormatTimeStmt_Ddmmyyyy()

setDdmmyyyy

void setDdmmyyyy(DataRef value)
Sets the value of the 'Ddmmyyyy' containment reference.

Parameters:
value - the new value of the 'Ddmmyyyy' containment reference.
See Also:
getDdmmyyyy()

getMmddyy

DataRef getMmddyy()
Returns the value of the 'Mmddyy' containment reference.

If the meaning of the 'Mmddyy' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mmddyy' containment reference.
See Also:
setMmddyy(DataRef), COBOLPackage.getCicsFormatTimeStmt_Mmddyy()

setMmddyy

void setMmddyy(DataRef value)
Sets the value of the 'Mmddyy' containment reference.

Parameters:
value - the new value of the 'Mmddyy' containment reference.
See Also:
getMmddyy()

getMmddyyyy

DataRef getMmddyyyy()
Returns the value of the 'Mmddyyyy' containment reference.

If the meaning of the 'Mmddyyyy' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mmddyyyy' containment reference.
See Also:
setMmddyyyy(DataRef), COBOLPackage.getCicsFormatTimeStmt_Mmddyyyy()

setMmddyyyy

void setMmddyyyy(DataRef value)
Sets the value of the 'Mmddyyyy' containment reference.

Parameters:
value - the new value of the 'Mmddyyyy' containment reference.
See Also:
getMmddyyyy()

getMonthOfYear

DataRef getMonthOfYear()
Returns the value of the 'Month Of Year' containment reference.

If the meaning of the 'Month Of Year' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Month Of Year' containment reference.
See Also:
setMonthOfYear(DataRef), COBOLPackage.getCicsFormatTimeStmt_MonthOfYear()

setMonthOfYear

void setMonthOfYear(DataRef value)
Sets the value of the 'Month Of Year' containment reference.

Parameters:
value - the new value of the 'Month Of Year' containment reference.
See Also:
getMonthOfYear()

getTimeClause

CicsFormatTimeTimeClause getTimeClause()
Returns the value of the 'Time Clause' containment reference.

If the meaning of the 'Time Clause' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Time Clause' containment reference.
See Also:
setTimeClause(CicsFormatTimeTimeClause), COBOLPackage.getCicsFormatTimeStmt_TimeClause()

setTimeClause

void setTimeClause(CicsFormatTimeTimeClause value)
Sets the value of the 'Time Clause' containment reference.

Parameters:
value - the new value of the 'Time Clause' containment reference.
See Also:
getTimeClause()

getYear

DataRef getYear()
Returns the value of the 'Year' containment reference.

If the meaning of the 'Year' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Year' containment reference.
See Also:
setYear(DataRef), COBOLPackage.getCicsFormatTimeStmt_Year()

setYear

void setYear(DataRef value)
Sets the value of the 'Year' containment reference.

Parameters:
value - the new value of the 'Year' containment reference.
See Also:
getYear()

getYyddd

DataRef getYyddd()
Returns the value of the 'Yyddd' containment reference.

If the meaning of the 'Yyddd' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Yyddd' containment reference.
See Also:
setYyddd(DataRef), COBOLPackage.getCicsFormatTimeStmt_Yyddd()

setYyddd

void setYyddd(DataRef value)
Sets the value of the 'Yyddd' containment reference.

Parameters:
value - the new value of the 'Yyddd' containment reference.
See Also:
getYyddd()

getYyddmm

DataRef getYyddmm()
Returns the value of the 'Yyddmm' containment reference.

If the meaning of the 'Yyddmm' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Yyddmm' containment reference.
See Also:
setYyddmm(DataRef), COBOLPackage.getCicsFormatTimeStmt_Yyddmm()

setYyddmm

void setYyddmm(DataRef value)
Sets the value of the 'Yyddmm' containment reference.

Parameters:
value - the new value of the 'Yyddmm' containment reference.
See Also:
getYyddmm()

getYymmdd

DataRef getYymmdd()
Returns the value of the 'Yymmdd' containment reference.

If the meaning of the 'Yymmdd' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Yymmdd' containment reference.
See Also:
setYymmdd(DataRef), COBOLPackage.getCicsFormatTimeStmt_Yymmdd()

setYymmdd

void setYymmdd(DataRef value)
Sets the value of the 'Yymmdd' containment reference.

Parameters:
value - the new value of the 'Yymmdd' containment reference.
See Also:
getYymmdd()

getYyyyddd

DataRef getYyyyddd()
Returns the value of the 'Yyyyddd' containment reference.

If the meaning of the 'Yyyyddd' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Yyyyddd' containment reference.
See Also:
setYyyyddd(DataRef), COBOLPackage.getCicsFormatTimeStmt_Yyyyddd()

setYyyyddd

void setYyyyddd(DataRef value)
Sets the value of the 'Yyyyddd' containment reference.

Parameters:
value - the new value of the 'Yyyyddd' containment reference.
See Also:
getYyyyddd()

getYyyyddmm

DataRef getYyyyddmm()
Returns the value of the 'Yyyyddmm' containment reference.

If the meaning of the 'Yyyyddmm' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Yyyyddmm' containment reference.
See Also:
setYyyyddmm(DataRef), COBOLPackage.getCicsFormatTimeStmt_Yyyyddmm()

setYyyyddmm

void setYyyyddmm(DataRef value)
Sets the value of the 'Yyyyddmm' containment reference.

Parameters:
value - the new value of the 'Yyyyddmm' containment reference.
See Also:
getYyyyddmm()

getYyyymmdd

DataRef getYyyymmdd()
Returns the value of the 'Yyyymmdd' containment reference.

If the meaning of the 'Yyyymmdd' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Yyyymmdd' containment reference.
See Also:
setYyyymmdd(DataRef), COBOLPackage.getCicsFormatTimeStmt_Yyyymmdd()

setYyyymmdd

void setYyyymmdd(DataRef value)
Sets the value of the 'Yyyymmdd' containment reference.

Parameters:
value - the new value of the 'Yyyymmdd' containment reference.
See Also:
getYyyymmdd()