Package com._1c.g5.v8.dt.ql.model
Interface DateLiteralExpression
- All Superinterfaces:
AbstractExpression
,ALiteralsExpression
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DateLiteralExpressionImpl
A representation of the model object 'Date Literal Expression'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetDay()
Returns the value of the 'Day' containment reference.getHour()
Returns the value of the 'Hour' containment reference.Returns the value of the 'Minute' containment reference.getMonth()
Returns the value of the 'Month' containment reference.Returns the value of the 'Second' containment reference.getYear()
Returns the value of the 'Year' containment reference.void
setDay
(AbstractExpression value) Sets the value of the 'Day
' containment reference.void
setHour
(AbstractExpression value) Sets the value of the 'Hour
' containment reference.void
setMinute
(AbstractExpression value) Sets the value of the 'Minute
' containment reference.void
setMonth
(AbstractExpression value) Sets the value of the 'Month
' containment reference.void
setSecond
(AbstractExpression value) Sets the value of the 'Second
' containment reference.void
setYear
(AbstractExpression value) Sets the value of the 'Year
' containment reference.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
-
Method Details
-
getYear
AbstractExpression getYear()Returns the value of the 'Year' containment reference.- Returns:
- the value of the 'Year' containment reference.
- See Also:
-
setYear
Sets the value of the 'Year
' containment reference.- Parameters:
value
- the new value of the 'Year' containment reference.- See Also:
-
getMonth
AbstractExpression getMonth()Returns the value of the 'Month' containment reference.- Returns:
- the value of the 'Month' containment reference.
- See Also:
-
setMonth
Sets the value of the 'Month
' containment reference.- Parameters:
value
- the new value of the 'Month' containment reference.- See Also:
-
getDay
AbstractExpression getDay()Returns the value of the 'Day' containment reference.- Returns:
- the value of the 'Day' containment reference.
- See Also:
-
setDay
Sets the value of the 'Day
' containment reference.- Parameters:
value
- the new value of the 'Day' containment reference.- See Also:
-
getHour
AbstractExpression getHour()Returns the value of the 'Hour' containment reference.- Returns:
- the value of the 'Hour' containment reference.
- See Also:
-
setHour
Sets the value of the 'Hour
' containment reference.- Parameters:
value
- the new value of the 'Hour' containment reference.- See Also:
-
getMinute
AbstractExpression getMinute()Returns the value of the 'Minute' containment reference.- Returns:
- the value of the 'Minute' containment reference.
- See Also:
-
setMinute
Sets the value of the 'Minute
' containment reference.- Parameters:
value
- the new value of the 'Minute' containment reference.- See Also:
-
getSecond
AbstractExpression getSecond()Returns the value of the 'Second' containment reference.- Returns:
- the value of the 'Second' containment reference.
- See Also:
-
setSecond
Sets the value of the 'Second
' containment reference.- Parameters:
value
- the new value of the 'Second' containment reference.- See Also:
-