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
public interface IfPreprocessor extends Preprocessor
A representation of the model object 'If Preprocessor'.The following features are supported:
- See Also:
BslPackage.getIfPreprocessor()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<PreprocessorItem>
allPreprocessorItems()
PreprocessorConditional
getElseElement()
Returns the value of the 'Else Element' containment reference.org.eclipse.emf.common.util.EList<PreprocessorIfConditional>
getElsIfParts()
Returns the value of the 'Els If Parts' containment reference list.PreprocessorIfConditional
getIfPart()
Returns the value of the 'If Part' containment reference.void
setElseElement(PreprocessorConditional value)
Sets the value of the 'Else Element
' containment reference.void
setIfPart(PreprocessorIfConditional value)
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 Detail
-
getIfPart
PreprocessorIfConditional getIfPart()
Returns the value of the 'If Part' containment reference.- Returns:
- the value of the 'If Part' containment reference.
- See Also:
setIfPart(PreprocessorIfConditional)
,BslPackage.getIfPreprocessor_IfPart()
-
setIfPart
void setIfPart(PreprocessorIfConditional value)
Sets the value of the 'If Part
' containment reference.- Parameters:
value
- the new value of the 'If Part' containment reference.- See Also:
getIfPart()
-
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:
BslPackage.getIfPreprocessor_ElsIfParts()
-
getElseElement
PreprocessorConditional getElseElement()
Returns the value of the 'Else Element' containment reference.- Returns:
- the value of the 'Else Element' containment reference.
- See Also:
setElseElement(PreprocessorConditional)
,BslPackage.getIfPreprocessor_ElseElement()
-
setElseElement
void setElseElement(PreprocessorConditional value)
Sets the value of the 'Else Element
' containment reference.- Parameters:
value
- the new value of the 'Else Element' containment reference.- See Also:
getElseElement()
-
allPreprocessorItems
org.eclipse.emf.common.util.EList<PreprocessorItem> allPreprocessorItems()
- Specified by:
allPreprocessorItems
in interfacePreprocessor
-
-