Package com._1c.g5.v8.dt.bsl.model
Interface IfPreprocessor
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Preprocessor
- All Known Subinterfaces:
IfPreprocessorDeclareStatement
,IfPreprocessorExpression
,IfPreprocessorStatement
- All Known Implementing Classes:
IfPreprocessorDeclareStatementImpl
,IfPreprocessorExpressionImpl
,IfPreprocessorImpl
,IfPreprocessorStatementImpl
A representation of the model object 'If Preprocessor'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<PreprocessorItem>
Returns the value of the 'Else Element' containment reference.org.eclipse.emf.common.util.EList<PreprocessorIfConditional>
Returns the value of the 'Els If Parts' containment reference list.Returns the value of the 'If Part' containment reference.void
Sets the value of the 'Else Element
' containment reference.void
Sets the value of the 'If Part
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.Preprocessor
getItemAfter, setItemAfter
-
Method Details
-
getIfPart
PreprocessorIfConditional getIfPart()Returns the value of the 'If Part' containment reference.- Returns:
- the value of the 'If Part' containment reference.
- See Also:
-
setIfPart
Sets the value of the 'If Part
' containment reference.- Parameters:
value
- the new value of the 'If Part' containment reference.- See Also:
-
getElsIfParts
org.eclipse.emf.common.util.EList<PreprocessorIfConditional> getElsIfParts()Returns the value of the 'Els If Parts' containment reference list. The list contents are of typePreprocessorIfConditional
.- Returns:
- the value of the 'Els If Parts' containment reference list.
- See Also:
-
getElseElement
PreprocessorConditional getElseElement()Returns the value of the 'Else Element' containment reference.- Returns:
- the value of the 'Else Element' containment reference.
- See Also:
-
setElseElement
Sets the value of the 'Else Element
' containment reference.- Parameters:
value
- the new value of the 'Else Element' containment reference.- See Also:
-
allPreprocessorItems
org.eclipse.emf.common.util.EList<PreprocessorItem> allPreprocessorItems()- Specified by:
allPreprocessorItems
in interfacePreprocessor
-