Interface AccumulationRegisterExtension
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IBmObject,- MdObjectExtension,- org.eclipse.emf.common.notify.Notifier,- ObjectExtension
 - All Known Implementing Classes:
- AccumulationRegisterExtensionImpl
 
 public interface AccumulationRegisterExtension extends MdObjectExtension A representation of the model object 'Accumulation Register Extension'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MdPropertyStategetDefaultListForm()Returns the value of the 'Default List Form' attribute.MdPropertyStategetExplanation()Returns the value of the 'Explanation' attribute.MdPropertyStategetExtendedListPresentation()Returns the value of the 'Extended List Presentation' attribute.MdPropertyStategetListPresentation()Returns the value of the 'List Presentation' attribute.MdPropertyStategetManagerModule()Returns the value of the 'Manager Module' attribute.MdPropertyStategetRecordSetModule()Returns the value of the 'Record Set Module' attribute.MdPropertyStategetRegisterType()Returns the value of the 'Register Type' attribute.voidsetDefaultListForm(MdPropertyState value)Sets the value of the 'Default List Form' attribute.voidsetExplanation(MdPropertyState value)Sets the value of the 'Explanation' attribute.voidsetExtendedListPresentation(MdPropertyState value)Sets the value of the 'Extended List Presentation' attribute.voidsetListPresentation(MdPropertyState value)Sets the value of the 'List Presentation' attribute.voidsetManagerModule(MdPropertyState value)Sets the value of the 'Manager Module' attribute.voidsetRecordSetModule(MdPropertyState value)Sets the value of the 'Record Set Module' attribute.voidsetRegisterType(MdPropertyState value)Sets the value of the 'Register Type' 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
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.extension.MdObjectExtensiongetExtendedConfigurationObject, getSynonym, setExtendedConfigurationObject, setSynonym
 
- 
 
- 
- 
- 
Method Detail- 
getRegisterTypeMdPropertyState getRegisterType() Returns the value of the 'Register Type' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Register Type' attribute.
- See Also:
- MdPropertyState,- setRegisterType(MdPropertyState),- MdClassExtensionPackage.getAccumulationRegisterExtension_RegisterType()
 
 - 
setRegisterTypevoid setRegisterType(MdPropertyState value) Sets the value of the 'Register Type' attribute.- Parameters:
- value- the new value of the 'Register Type' attribute.
- See Also:
- MdPropertyState,- getRegisterType()
 
 - 
getRecordSetModuleMdPropertyState getRecordSetModule() Returns the value of the 'Record Set Module' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Record Set Module' attribute.
- See Also:
- MdPropertyState,- setRecordSetModule(MdPropertyState),- MdClassExtensionPackage.getAccumulationRegisterExtension_RecordSetModule()
 
 - 
setRecordSetModulevoid setRecordSetModule(MdPropertyState value) Sets the value of the 'Record Set Module' attribute.- Parameters:
- value- the new value of the 'Record Set Module' attribute.
- See Also:
- MdPropertyState,- getRecordSetModule()
 
 - 
getManagerModuleMdPropertyState getManagerModule() Returns the value of the 'Manager Module' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Manager Module' attribute.
- See Also:
- MdPropertyState,- setManagerModule(MdPropertyState),- MdClassExtensionPackage.getAccumulationRegisterExtension_ManagerModule()
 
 - 
setManagerModulevoid setManagerModule(MdPropertyState value) Sets the value of the 'Manager Module' attribute.- Parameters:
- value- the new value of the 'Manager Module' attribute.
- See Also:
- MdPropertyState,- getManagerModule()
 
 - 
getDefaultListFormMdPropertyState getDefaultListForm() Returns the value of the 'Default List Form' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default List Form' attribute.
- See Also:
- MdPropertyState,- setDefaultListForm(MdPropertyState),- MdClassExtensionPackage.getAccumulationRegisterExtension_DefaultListForm()
 
 - 
setDefaultListFormvoid setDefaultListForm(MdPropertyState value) Sets the value of the 'Default List Form' attribute.- Parameters:
- value- the new value of the 'Default List Form' attribute.
- See Also:
- MdPropertyState,- getDefaultListForm()
 
 - 
getListPresentationMdPropertyState getListPresentation() Returns the value of the 'List Presentation' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'List Presentation' attribute.
- See Also:
- MdPropertyState,- setListPresentation(MdPropertyState),- MdClassExtensionPackage.getAccumulationRegisterExtension_ListPresentation()
 
 - 
setListPresentationvoid setListPresentation(MdPropertyState value) Sets the value of the 'List Presentation' attribute.- Parameters:
- value- the new value of the 'List Presentation' attribute.
- See Also:
- MdPropertyState,- getListPresentation()
 
 - 
getExtendedListPresentationMdPropertyState getExtendedListPresentation() Returns the value of the 'Extended List Presentation' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Extended List Presentation' attribute.
- See Also:
- MdPropertyState,- setExtendedListPresentation(MdPropertyState),- MdClassExtensionPackage.getAccumulationRegisterExtension_ExtendedListPresentation()
 
 - 
setExtendedListPresentationvoid setExtendedListPresentation(MdPropertyState value) Sets the value of the 'Extended List Presentation' attribute.- Parameters:
- value- the new value of the 'Extended List Presentation' attribute.
- See Also:
- MdPropertyState,- getExtendedListPresentation()
 
 - 
getExplanationMdPropertyState getExplanation() Returns the value of the 'Explanation' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Explanation' attribute.
- See Also:
- MdPropertyState,- setExplanation(MdPropertyState),- MdClassExtensionPackage.getAccumulationRegisterExtension_Explanation()
 
 - 
setExplanationvoid setExplanation(MdPropertyState value) Sets the value of the 'Explanation' attribute.- Parameters:
- value- the new value of the 'Explanation' attribute.
- See Also:
- MdPropertyState,- getExplanation()
 
 
- 
 
-