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
public interface DateLiteralExpression extends ALiteralsExpression
A representation of the model object 'Date Literal Expression'.The following features are supported:
- See Also:
QlPackage.getDateLiteralExpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpression
getDay()
Returns the value of the 'Day' containment reference.AbstractExpression
getHour()
Returns the value of the 'Hour' containment reference.AbstractExpression
getMinute()
Returns the value of the 'Minute' containment reference.AbstractExpression
getMonth()
Returns the value of the 'Month' containment reference.AbstractExpression
getSecond()
Returns the value of the 'Second' containment reference.AbstractExpression
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.
-
-
-
Method Detail
-
getYear
AbstractExpression getYear()
Returns the value of the 'Year' containment reference.- Returns:
- the value of the 'Year' containment reference.
- See Also:
setYear(AbstractExpression)
,QlPackage.getDateLiteralExpression_Year()
-
setYear
void setYear(AbstractExpression value)
Sets the value of the 'Year
' containment reference.- Parameters:
value
- the new value of the 'Year' containment reference.- See Also:
getYear()
-
getMonth
AbstractExpression getMonth()
Returns the value of the 'Month' containment reference.- Returns:
- the value of the 'Month' containment reference.
- See Also:
setMonth(AbstractExpression)
,QlPackage.getDateLiteralExpression_Month()
-
setMonth
void setMonth(AbstractExpression value)
Sets the value of the 'Month
' containment reference.- Parameters:
value
- the new value of the 'Month' containment reference.- See Also:
getMonth()
-
getDay
AbstractExpression getDay()
Returns the value of the 'Day' containment reference.- Returns:
- the value of the 'Day' containment reference.
- See Also:
setDay(AbstractExpression)
,QlPackage.getDateLiteralExpression_Day()
-
setDay
void setDay(AbstractExpression value)
Sets the value of the 'Day
' containment reference.- Parameters:
value
- the new value of the 'Day' containment reference.- See Also:
getDay()
-
getHour
AbstractExpression getHour()
Returns the value of the 'Hour' containment reference.- Returns:
- the value of the 'Hour' containment reference.
- See Also:
setHour(AbstractExpression)
,QlPackage.getDateLiteralExpression_Hour()
-
setHour
void setHour(AbstractExpression value)
Sets the value of the 'Hour
' containment reference.- Parameters:
value
- the new value of the 'Hour' containment reference.- See Also:
getHour()
-
getMinute
AbstractExpression getMinute()
Returns the value of the 'Minute' containment reference.- Returns:
- the value of the 'Minute' containment reference.
- See Also:
setMinute(AbstractExpression)
,QlPackage.getDateLiteralExpression_Minute()
-
setMinute
void setMinute(AbstractExpression value)
Sets the value of the 'Minute
' containment reference.- Parameters:
value
- the new value of the 'Minute' containment reference.- See Also:
getMinute()
-
getSecond
AbstractExpression getSecond()
Returns the value of the 'Second' containment reference.- Returns:
- the value of the 'Second' containment reference.
- See Also:
setSecond(AbstractExpression)
,QlPackage.getDateLiteralExpression_Second()
-
setSecond
void setSecond(AbstractExpression value)
Sets the value of the 'Second
' containment reference.- Parameters:
value
- the new value of the 'Second' containment reference.- See Also:
getSecond()
-
-