Package com._1c.g5.v8.dt.bsl.model
Interface PreprocessorIfConditional
- 
- All Superinterfaces:
- Environmental,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- PreprocessorConditional
 - All Known Implementing Classes:
- PreprocessorIfConditionalImpl
 
 public interface PreprocessorIfConditional extends PreprocessorConditional A representation of the model object 'Preprocessor If Conditional'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PreprocessorExpressiongetPredicate()Returns the value of the 'Predicate' containment reference.voidsetPredicate(PreprocessorExpression value)Sets the value of the 'Predicate' containment reference.- 
Methods inherited from interface com._1c.g5.v8.dt.mcore.Environmentalenvironments, getEnvironments, setEnvironments
 - 
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.PreprocessorConditionalgetItem, setItem
 
- 
 
- 
- 
- 
Method Detail- 
getPredicatePreprocessorExpression getPredicate() Returns the value of the 'Predicate' containment reference.- Returns:
- the value of the 'Predicate' containment reference.
- See Also:
- setPredicate(PreprocessorExpression),- BslPackage.getPreprocessorIfConditional_Predicate()
 
 - 
setPredicatevoid setPredicate(PreprocessorExpression value) Sets the value of the 'Predicate' containment reference.- Parameters:
- value- the new value of the 'Predicate' containment reference.
- See Also:
- getPredicate()
 
 
- 
 
-