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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpressiongetDay()Returns the value of the 'Day' containment reference.AbstractExpressiongetHour()Returns the value of the 'Hour' containment reference.AbstractExpressiongetMinute()Returns the value of the 'Minute' containment reference.AbstractExpressiongetMonth()Returns the value of the 'Month' containment reference.AbstractExpressiongetSecond()Returns the value of the 'Second' containment reference.AbstractExpressiongetYear()Returns the value of the 'Year' containment reference.voidsetDay(AbstractExpression value)Sets the value of the 'Day' containment reference.voidsetHour(AbstractExpression value)Sets the value of the 'Hour' containment reference.voidsetMinute(AbstractExpression value)Sets the value of the 'Minute' containment reference.voidsetMonth(AbstractExpression value)Sets the value of the 'Month' containment reference.voidsetSecond(AbstractExpression value)Sets the value of the 'Second' containment reference.voidsetYear(AbstractExpression value)Sets the value of the 'Year' containment reference.
 
- 
- 
- 
Method Detail- 
getYearAbstractExpression getYear() Returns the value of the 'Year' containment reference.- Returns:
- the value of the 'Year' containment reference.
- See Also:
- setYear(AbstractExpression),- QlPackage.getDateLiteralExpression_Year()
 
 - 
setYearvoid setYear(AbstractExpression value) Sets the value of the 'Year' containment reference.- Parameters:
- value- the new value of the 'Year' containment reference.
- See Also:
- getYear()
 
 - 
getMonthAbstractExpression getMonth() Returns the value of the 'Month' containment reference.- Returns:
- the value of the 'Month' containment reference.
- See Also:
- setMonth(AbstractExpression),- QlPackage.getDateLiteralExpression_Month()
 
 - 
setMonthvoid setMonth(AbstractExpression value) Sets the value of the 'Month' containment reference.- Parameters:
- value- the new value of the 'Month' containment reference.
- See Also:
- getMonth()
 
 - 
getDayAbstractExpression getDay() Returns the value of the 'Day' containment reference.- Returns:
- the value of the 'Day' containment reference.
- See Also:
- setDay(AbstractExpression),- QlPackage.getDateLiteralExpression_Day()
 
 - 
setDayvoid setDay(AbstractExpression value) Sets the value of the 'Day' containment reference.- Parameters:
- value- the new value of the 'Day' containment reference.
- See Also:
- getDay()
 
 - 
getHourAbstractExpression getHour() Returns the value of the 'Hour' containment reference.- Returns:
- the value of the 'Hour' containment reference.
- See Also:
- setHour(AbstractExpression),- QlPackage.getDateLiteralExpression_Hour()
 
 - 
setHourvoid setHour(AbstractExpression value) Sets the value of the 'Hour' containment reference.- Parameters:
- value- the new value of the 'Hour' containment reference.
- See Also:
- getHour()
 
 - 
getMinuteAbstractExpression getMinute() Returns the value of the 'Minute' containment reference.- Returns:
- the value of the 'Minute' containment reference.
- See Also:
- setMinute(AbstractExpression),- QlPackage.getDateLiteralExpression_Minute()
 
 - 
setMinutevoid setMinute(AbstractExpression value) Sets the value of the 'Minute' containment reference.- Parameters:
- value- the new value of the 'Minute' containment reference.
- See Also:
- getMinute()
 
 - 
getSecondAbstractExpression getSecond() Returns the value of the 'Second' containment reference.- Returns:
- the value of the 'Second' containment reference.
- See Also:
- setSecond(AbstractExpression),- QlPackage.getDateLiteralExpression_Second()
 
 - 
setSecondvoid setSecond(AbstractExpression value) Sets the value of the 'Second' containment reference.- Parameters:
- value- the new value of the 'Second' containment reference.
- See Also:
- getSecond()
 
 
- 
 
-