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

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CicsAfterClause, CicsAfterOrAtClause, CicsAtClause, CicsForClause, CicsForOrUntilClause, CicsUntilClause
All Known Implementing Classes:
CicsAfterClauseImpl, CicsAfterOrAtClauseImpl, CicsAtClauseImpl, CicsForClauseImpl, CicsForOrUntilClauseImpl, CicsTimeFormatImpl, CicsUntilClauseImpl

public interface CicsTimeFormat
extends ASTNode

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

The following features are supported:

See Also:
COBOLPackage.getCicsTimeFormat()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 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.
 
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

getHours

DataRefOrLiteral getHours()
Returns the value of the 'Hours' containment reference.

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

Returns:
the value of the 'Hours' containment reference.
See Also:
setHours(DataRefOrLiteral), COBOLPackage.getCicsTimeFormat_Hours()

setHours

void setHours(DataRefOrLiteral value)
Sets the value of the 'Hours' containment reference.

Parameters:
value - the new value of the 'Hours' containment reference.
See Also:
getHours()

getMinutes

DataRefOrLiteral getMinutes()
Returns the value of the 'Minutes' containment reference.

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

Returns:
the value of the 'Minutes' containment reference.
See Also:
setMinutes(DataRefOrLiteral), COBOLPackage.getCicsTimeFormat_Minutes()

setMinutes

void setMinutes(DataRefOrLiteral value)
Sets the value of the 'Minutes' containment reference.

Parameters:
value - the new value of the 'Minutes' containment reference.
See Also:
getMinutes()

getSeconds

DataRefOrLiteral getSeconds()
Returns the value of the 'Seconds' containment reference.

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

Returns:
the value of the 'Seconds' containment reference.
See Also:
setSeconds(DataRefOrLiteral), COBOLPackage.getCicsTimeFormat_Seconds()

setSeconds

void setSeconds(DataRefOrLiteral value)
Sets the value of the 'Seconds' containment reference.

Parameters:
value - the new value of the 'Seconds' containment reference.
See Also:
getSeconds()