Interface ExplicitVariable

All Superinterfaces:
org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier, Variable
All Known Implementing Classes:
ExplicitVariableImpl

public interface ExplicitVariable extends Variable
A representation of the model object 'Explicit Variable'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns the value of the 'Export' attribute.
    void
    setExport(boolean value)
    Sets the value of the 'Export' attribute.

    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 Details