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
public interface ContextDefItemInfo extends IBmObject
A representation of the model object 'Context Def Item Info'.The following features are supported:
- See Also:
BslIndexPackage.getContextDefItemInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Environments
getEnvs()
Returns the value of the 'Envs' attribute.String
getName()
Returns the value of the 'Name' attribute.String
getSourceUri()
Returns the value of the 'Source Uri' attribute.void
setEnvs(Environments value)
Sets the value of the 'Envs
' attribute.void
setName(String value)
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
-
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,BslIndexPackage.getContextDefItemInfo_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getEnvs
Environments getEnvs()
Returns the value of the 'Envs' attribute.- Returns:
- the value of the 'Envs' attribute.
- See Also:
setEnvs(Environments)
,BslIndexPackage.getContextDefItemInfo_Envs()
-
setEnvs
void setEnvs(Environments value)
Sets the value of the 'Envs
' attribute.- Parameters:
value
- the new value of the 'Envs' attribute.- See Also:
getEnvs()
-
getSourceUri
String getSourceUri()
Returns the value of the 'Source Uri' attribute.- Returns:
- the value of the 'Source Uri' attribute.
- See Also:
setSourceUri(String)
,BslIndexPackage.getContextDefItemInfo_SourceUri()
-
setSourceUri
void setSourceUri(String value)
Sets the value of the 'Source Uri
' attribute.- Parameters:
value
- the new value of the 'Source Uri' attribute.- See Also:
getSourceUri()
-
-