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 SummaryAll 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- 
getIntPartString getIntPart() Returns the value of the 'Int Part' attribute.- Returns:
- the value of the 'Int Part' attribute.
- See Also:
- setIntPart(String),- QlPackage.getNumberLiteralExpression_IntPart()
 
 - 
setIntPartvoid setIntPart(String value) Sets the value of the 'Int Part' attribute.- Parameters:
- value- the new value of the 'Int Part' attribute.
- See Also:
- getIntPart()
 
 - 
getFractionPartString getFractionPart() Returns the value of the 'Fraction Part' attribute.- Returns:
- the value of the 'Fraction Part' attribute.
- See Also:
- setFractionPart(String),- QlPackage.getNumberLiteralExpression_FractionPart()
 
 - 
setFractionPartvoid setFractionPart(String value) Sets the value of the 'Fraction Part' attribute.- Parameters:
- value- the new value of the 'Fraction Part' attribute.
- See Also:
- getFractionPart()
 
 
- 
 
-