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 SummaryAll 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.voidsetResourceDescriptionReferenceStore(byte[] value)Sets the value of the 'Resource Description Reference Store' attribute.voidsetResourceDescriptionStore(byte[] value)Sets the value of the 'Resource Description Store' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getResourceDescriptionStorebyte[] 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()
 
 - 
setResourceDescriptionStorevoid 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()
 
 - 
getResourceDescriptionReferenceStorebyte[] 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()
 
 - 
setResourceDescriptionReferenceStorevoid 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()
 
 - 
getImportedNamesorg.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()
 
 
- 
 
-