Package com._1c.g5.v8.dt.bsl.model
Interface ModuleResourceDescriptionIndex
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ModuleResourceDescriptionIndexImpl
public interface ModuleResourceDescriptionIndex extends IBmObject
A representation of the model object 'Module Resource Description Index'. BSL resource description index holder object. Not a part of a public APIThe following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<String>
getImportedNames()
Returns the value of the 'Imported Names' attribute list.byte[]
getResourceDescriptionReferenceStore()
Returns the value of the 'Resource Description Reference Store' attribute.byte[]
getResourceDescriptionStore()
Returns the value of the 'Resource Description Store' attribute.void
setResourceDescriptionReferenceStore(byte[] value)
Sets the value of the 'Resource Description Reference Store
' attribute.void
setResourceDescriptionStore(byte[] value)
Sets the value of the 'Resource Description Store
' 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
-
getResourceDescriptionStore
byte[] getResourceDescriptionStore()
Returns the value of the 'Resource Description Store' attribute.- Returns:
- the value of the 'Resource Description Store' attribute.
- See Also:
setResourceDescriptionStore(byte[])
,BslIndexPackage.getModuleResourceDescriptionIndex_ResourceDescriptionStore()
-
setResourceDescriptionStore
void setResourceDescriptionStore(byte[] value)
Sets the value of the 'Resource Description Store
' attribute.- Parameters:
value
- the new value of the 'Resource Description Store' attribute.- See Also:
getResourceDescriptionStore()
-
getResourceDescriptionReferenceStore
byte[] getResourceDescriptionReferenceStore()
Returns the value of the 'Resource Description Reference Store' attribute.- Returns:
- the value of the 'Resource Description Reference Store' attribute.
- See Also:
setResourceDescriptionReferenceStore(byte[])
,BslIndexPackage.getModuleResourceDescriptionIndex_ResourceDescriptionReferenceStore()
-
setResourceDescriptionReferenceStore
void setResourceDescriptionReferenceStore(byte[] value)
Sets the value of the 'Resource Description Reference Store
' attribute.- Parameters:
value
- the new value of the 'Resource Description Reference Store' attribute.- See Also:
getResourceDescriptionReferenceStore()
-
getImportedNames
org.eclipse.emf.common.util.EList<String> getImportedNames()
Returns the value of the 'Imported Names' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Imported Names' attribute list.
- See Also:
BslIndexPackage.getModuleResourceDescriptionIndex_ImportedNames()
-
-