Package com._1c.g5.v8.dt.bsl.model
Interface PreprocessorLiteralExpression
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,PreprocessorExpression
- All Known Implementing Classes:
PreprocessorLiteralExpressionImpl
public interface PreprocessorLiteralExpression extends PreprocessorExpression
A representation of the model object 'Preprocessor Literal Expression'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PreprocessorLiteralExpressionTypegetTypeLiteral()Returns the value of the 'Type Literal' attribute.voidsetTypeLiteral(PreprocessorLiteralExpressionType value)Sets the value of the 'Type Literal' attribute.
-
-
-
Method Detail
-
getTypeLiteral
PreprocessorLiteralExpressionType getTypeLiteral()
Returns the value of the 'Type Literal' attribute. The literals are from the enumerationPreprocessorLiteralExpressionType.- Returns:
- the value of the 'Type Literal' attribute.
- See Also:
PreprocessorLiteralExpressionType,setTypeLiteral(PreprocessorLiteralExpressionType),BslPackage.getPreprocessorLiteralExpression_TypeLiteral()
-
setTypeLiteral
void setTypeLiteral(PreprocessorLiteralExpressionType value)
Sets the value of the 'Type Literal' attribute.- Parameters:
value- the new value of the 'Type Literal' attribute.- See Also:
PreprocessorLiteralExpressionType,getTypeLiteral()
-
-