Package com._1c.g5.v8.dt.bsl.model
Interface ImplicitVariable
-
- All Superinterfaces:
Environmental
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,Variable
- All Known Implementing Classes:
ImplicitVariableImpl
public interface ImplicitVariable extends Variable, Environmental
A representation of the model object 'Implicit Variable'.- See Also:
BslPackage.getImplicitVariable()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Environments
environments()
-
Methods inherited from interface com._1c.g5.v8.dt.mcore.Environmental
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 com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
-
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.Variable
getTypeStateProvider, setTypeStateProvider
-
-
-
-
Method Detail
-
environments
Environments environments()
- Specified by:
environments
in interfaceEnvironmental
-
-