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
A representation of the model object 'Preprocessor Literal Expression'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Type Literal' attribute.voidSets the value of the 'Type Literal' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
setTypeLiteral
Sets the value of the 'Type Literal' attribute.- Parameters:
value- the new value of the 'Type Literal' attribute.- See Also:
-