Interface AccountingRegisterDimension
- All Superinterfaces:
- BasicFeature,- org.eclipse.emf.ecore.EObject,- MdObject,- org.eclipse.emf.common.notify.Notifier,- RegisterDimension,- TypeDescriptionProvider
- All Known Implementing Classes:
- AccountingRegisterDimensionImpl
 A representation of the model object 'Accounting Register Dimension'.
 
 
The following features are supported:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Accounting Flag' reference.Returns the value of the 'Choice History On Input' attribute.booleanReturns the value of the 'Balance' attribute.voidsetAccountingFlag(AccountingFlag value) Sets the value of the 'Accounting Flag' reference.voidsetBalance(boolean value) Sets the value of the 'Balance' attribute.voidSets the value of the 'Choice History On Input' attribute.Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicFeaturegetChoiceFoldersAndItems, getChoiceForm, getChoiceParameterLinks, getChoiceParameters, getCreateOnInput, getEditFormat, getFillChecking, getFormat, getLinkByType, getMask, getMaxValue, getMinValue, getQuickChoice, getToolTip, getType, isExtendedEdit, isMarkNegatives, isMultiLine, isPasswordMode, setChoiceFoldersAndItems, setChoiceForm, setCreateOnInput, setExtendedEdit, setFillChecking, setLinkByType, setMarkNegatives, setMask, setMaxValue, setMinValue, setMultiLine, setPasswordMode, setQuickChoice, setType, validateMethods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObjectgetComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.RegisterDimensiongetFullTextSearch, getIndexing, isDenyIncompleteValues, setDenyIncompleteValues, setFullTextSearch, setIndexingMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.TypeDescriptionProvidergetTypeDescription
- 
Method Details- 
getChoiceHistoryOnInputChoiceHistoryOnInput getChoiceHistoryOnInput()Returns the value of the 'Choice History On Input' attribute. The literals are from the enumerationChoiceHistoryOnInput.- Returns:
- the value of the 'Choice History On Input' attribute.
- See Also:
 
- 
setChoiceHistoryOnInputSets the value of the 'Choice History On Input' attribute.- Parameters:
- value- the new value of the 'Choice History On Input' attribute.
- See Also:
 
- 
isBalanceboolean isBalance()Returns the value of the 'Balance' attribute.- Returns:
- the value of the 'Balance' attribute.
- See Also:
 
- 
setBalancevoid setBalance(boolean value) Sets the value of the 'Balance' attribute.- Parameters:
- value- the new value of the 'Balance' attribute.
- See Also:
 
- 
getAccountingFlagAccountingFlag getAccountingFlag()Returns the value of the 'Accounting Flag' reference.- Returns:
- the value of the 'Accounting Flag' reference.
- See Also:
 
- 
setAccountingFlagSets the value of the 'Accounting Flag' reference.- Parameters:
- value- the new value of the 'Accounting Flag' reference.
- See Also:
 
 
-