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
A representation of the model object 'Module Resource Description Index'.
BSL resource description index holder object.
Not a part of a public API
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<String>Returns the value of the 'Imported Names' attribute list.byte[]Returns the value of the 'Resource Description Reference Store' attribute.byte[]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.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods 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, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getResourceDescriptionStore
byte[] getResourceDescriptionStore()Returns the value of the 'Resource Description Store' attribute.- Returns:
- the value of the 'Resource Description Store' attribute.
- See Also:
-
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:
-
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
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:
-
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:
-