Interface CalculationRegisterExtension
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,MdObjectExtension
,org.eclipse.emf.common.notify.Notifier
,ObjectExtension
- All Known Implementing Classes:
CalculationRegisterExtensionImpl
public interface CalculationRegisterExtension extends MdObjectExtension
A representation of the model object 'Calculation Register Extension'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdPropertyState
getActionPeriod()
Returns the value of the 'Action Period' attribute.MdPropertyState
getBasePeriod()
Returns the value of the 'Base Period' attribute.MdPropertyState
getDefaultListForm()
Returns the value of the 'Default List Form' attribute.MdPropertyState
getManagerModule()
Returns the value of the 'Manager Module' attribute.MdPropertyState
getRecordSetModule()
Returns the value of the 'Record Set Module' attribute.MdPropertyState
getSchedule()
Returns the value of the 'Schedule' attribute.void
setActionPeriod(MdPropertyState value)
Sets the value of the 'Action Period
' attribute.void
setBasePeriod(MdPropertyState value)
Sets the value of the 'Base Period
' attribute.void
setDefaultListForm(MdPropertyState value)
Sets the value of the 'Default List Form
' attribute.void
setManagerModule(MdPropertyState value)
Sets the value of the 'Manager Module
' attribute.void
setRecordSetModule(MdPropertyState value)
Sets the value of the 'Record Set Module
' attribute.void
setSchedule(MdPropertyState value)
Sets the value of the 'Schedule
' 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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.extension.MdObjectExtension
getExtendedConfigurationObject, setExtendedConfigurationObject
-
-
-
-
Method Detail
-
getActionPeriod
MdPropertyState getActionPeriod()
Returns the value of the 'Action Period' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Action Period' attribute.
- See Also:
MdPropertyState
,setActionPeriod(MdPropertyState)
,MdClassExtensionPackage.getCalculationRegisterExtension_ActionPeriod()
-
setActionPeriod
void setActionPeriod(MdPropertyState value)
Sets the value of the 'Action Period
' attribute.- Parameters:
value
- the new value of the 'Action Period' attribute.- See Also:
MdPropertyState
,getActionPeriod()
-
getBasePeriod
MdPropertyState getBasePeriod()
Returns the value of the 'Base Period' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Base Period' attribute.
- See Also:
MdPropertyState
,setBasePeriod(MdPropertyState)
,MdClassExtensionPackage.getCalculationRegisterExtension_BasePeriod()
-
setBasePeriod
void setBasePeriod(MdPropertyState value)
Sets the value of the 'Base Period
' attribute.- Parameters:
value
- the new value of the 'Base Period' attribute.- See Also:
MdPropertyState
,getBasePeriod()
-
getSchedule
MdPropertyState getSchedule()
Returns the value of the 'Schedule' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Schedule' attribute.
- See Also:
MdPropertyState
,setSchedule(MdPropertyState)
,MdClassExtensionPackage.getCalculationRegisterExtension_Schedule()
-
setSchedule
void setSchedule(MdPropertyState value)
Sets the value of the 'Schedule
' attribute.- Parameters:
value
- the new value of the 'Schedule' attribute.- See Also:
MdPropertyState
,getSchedule()
-
getRecordSetModule
MdPropertyState 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.getCalculationRegisterExtension_RecordSetModule()
-
setRecordSetModule
void 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()
-
getManagerModule
MdPropertyState 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.getCalculationRegisterExtension_ManagerModule()
-
setManagerModule
void 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()
-
getDefaultListForm
MdPropertyState 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.getCalculationRegisterExtension_DefaultListForm()
-
setDefaultListForm
void 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()
-
-