Package com._1c.g5.v8.dt.bsl.model
Interface ContextDefItemInfo
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ContextDefMethodInfo
,ContextDefPropertyInfo
- All Known Implementing Classes:
ContextDefItemInfoImpl
,ContextDefMethodInfoImpl
,ContextDefPropertyInfoImpl
A representation of the model object 'Context Def Item Info'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptiongetEnvs()
Returns the value of the 'Envs' attribute.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Source Uri' attribute.void
setEnvs
(Environments value) Sets the value of the 'Envs
' attribute.void
Sets the value of the 'Name
' attribute.void
setSourceUri
(String value) Sets the value of the 'Source Uri
' 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.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getEnvs
Environments getEnvs()Returns the value of the 'Envs' attribute.- Returns:
- the value of the 'Envs' attribute.
- See Also:
-
setEnvs
Sets the value of the 'Envs
' attribute.- Parameters:
value
- the new value of the 'Envs' attribute.- See Also:
-
getSourceUri
String getSourceUri()Returns the value of the 'Source Uri' attribute.- Returns:
- the value of the 'Source Uri' attribute.
- See Also:
-
setSourceUri
Sets the value of the 'Source Uri
' attribute.- Parameters:
value
- the new value of the 'Source Uri' attribute.- See Also:
-