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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<PreprocessorItem>allPreprocessorItems()PreprocessorConditionalgetElseElement()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.PreprocessorIfConditionalgetIfPart()Returns the value of the 'If Part' containment reference.voidsetElseElement(PreprocessorConditional value)Sets the value of the 'Else Element' containment reference.voidsetIfPart(PreprocessorIfConditional value)Sets the value of the 'If Part' containment reference.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.PreprocessorgetItemAfter, setItemAfter
 
- 
 
- 
- 
- 
Method Detail- 
getIfPartPreprocessorIfConditional 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()
 
 - 
setIfPartvoid 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()
 
 - 
getElsIfPartsorg.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()
 
 - 
getElseElementPreprocessorConditional 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()
 
 - 
setElseElementvoid 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()
 
 - 
allPreprocessorItemsorg.eclipse.emf.common.util.EList<PreprocessorItem> allPreprocessorItems() - Specified by:
- allPreprocessorItemsin interface- Preprocessor
 
 
- 
 
-