Interface DateLiteral
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,Literal
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DateLiteralImpl
A representation of the model object 'Date Literal'.
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
(NumberLiteral value) Sets the value of the 'Day
' containment reference.void
setHour
(NumberLiteral value) Sets the value of the 'Hour
' containment reference.void
setMinute
(NumberLiteral value) Sets the value of the 'Minute
' containment reference.void
setMonth
(NumberLiteral value) Sets the value of the 'Month
' containment reference.void
setSecond
(NumberLiteral value) Sets the value of the 'Second
' containment reference.void
setYear
(NumberLiteral 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 com._1c.g5.v8.dt.dcs.expressions.model.Expression
getRetValTypes, getTypes
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getYear
NumberLiteral 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
NumberLiteral 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
NumberLiteral 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
NumberLiteral 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
NumberLiteral 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
NumberLiteral 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:
-