Package com._1c.g5.v8.dt.bsl.model
Interface Variable
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,NamedElement,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ExplicitVariable,FormalParam,ImplicitVariable
- All Known Implementing Classes:
ExplicitVariableImpl,FormalParamImpl,ImplicitVariableImpl,VariableImpl
public interface Variable extends NamedElement
A representation of the model object 'Variable'.The following features are supported:
- See Also:
BslPackage.getVariable()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariableTypeStateProviderCollectorgetTypeStateProvider()Returns the value of the 'Type State Provider' attribute.voidsetTypeStateProvider(VariableTypeStateProviderCollector value)Sets the value of the 'Type State Provider' 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
-
-
-
-
Method Detail
-
getTypeStateProvider
VariableTypeStateProviderCollector getTypeStateProvider()
Returns the value of the 'Type State Provider' attribute.- Returns:
- the value of the 'Type State Provider' attribute.
- See Also:
setTypeStateProvider(VariableTypeStateProviderCollector),BslPackage.getVariable_TypeStateProvider()
-
setTypeStateProvider
void setTypeStateProvider(VariableTypeStateProviderCollector value)
Sets the value of the 'Type State Provider' attribute.- Parameters:
value- the new value of the 'Type State Provider' attribute.- See Also:
getTypeStateProvider()
-
-