Package com._1c.g5.v8.dt.bsl.model
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:
BslPackage.getExplicitVariable()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isExport()
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 Detail
-
isExport
boolean isExport()
Returns the value of the 'Export' attribute.- Returns:
- the value of the 'Export' attribute.
- See Also:
setExport(boolean)
,BslPackage.getExplicitVariable_Export()
-
setExport
void setExport(boolean value)
Sets the value of the 'Export
' attribute.- Parameters:
value
- the new value of the 'Export' attribute.- See Also:
isExport()
-
-