Package com._1c.g5.v8.dt.ql.model
Interface NumberLiteralExpression
-
- All Superinterfaces:
AbstractExpression,ALiteralsExpression,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NumberLiteralExpressionImpl
public interface NumberLiteralExpression extends ALiteralsExpression
A representation of the model object 'Number Literal Expression'.The following features are supported:
- See Also:
QlPackage.getNumberLiteralExpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFractionPart()Returns the value of the 'Fraction Part' attribute.StringgetIntPart()Returns the value of the 'Int Part' attribute.voidsetFractionPart(String value)Sets the value of the 'Fraction Part' attribute.voidsetIntPart(String value)Sets the value of the 'Int Part' attribute.
-
-
-
Method Detail
-
getIntPart
String getIntPart()
Returns the value of the 'Int Part' attribute.- Returns:
- the value of the 'Int Part' attribute.
- See Also:
setIntPart(String),QlPackage.getNumberLiteralExpression_IntPart()
-
setIntPart
void setIntPart(String value)
Sets the value of the 'Int Part' attribute.- Parameters:
value- the new value of the 'Int Part' attribute.- See Also:
getIntPart()
-
getFractionPart
String getFractionPart()
Returns the value of the 'Fraction Part' attribute.- Returns:
- the value of the 'Fraction Part' attribute.
- See Also:
setFractionPart(String),QlPackage.getNumberLiteralExpression_FractionPart()
-
setFractionPart
void setFractionPart(String value)
Sets the value of the 'Fraction Part' attribute.- Parameters:
value- the new value of the 'Fraction Part' attribute.- See Also:
getFractionPart()
-
-