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 Summary
All 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.Environmental
environments, getEnvironments, setEnvironments
-
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.PreprocessorConditional
getItem, setItem
-
-
-
-
Method Detail
-
getPredicate
PreprocessorExpression getPredicate()
Returns the value of the 'Predicate' containment reference.- Returns:
- the value of the 'Predicate' containment reference.
- See Also:
setPredicate(PreprocessorExpression),BslPackage.getPreprocessorIfConditional_Predicate()
-
setPredicate
void setPredicate(PreprocessorExpression value)
Sets the value of the 'Predicate' containment reference.- Parameters:
value- the new value of the 'Predicate' containment reference.- See Also:
getPredicate()
-
-