Interface AccountingRegisterDimension
-
- All Superinterfaces:
BasicFeature,org.eclipse.emf.ecore.EObject,MdObject,org.eclipse.emf.common.notify.Notifier,RegisterDimension,TypeDescriptionProvider
- All Known Implementing Classes:
AccountingRegisterDimensionImpl
public interface AccountingRegisterDimension extends RegisterDimension
A representation of the model object 'Accounting Register Dimension'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountingFlaggetAccountingFlag()Returns the value of the 'Accounting Flag' reference.ChoiceHistoryOnInputgetChoiceHistoryOnInput()Returns the value of the 'Choice History On Input' attribute.booleanisBalance()Returns 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.voidsetChoiceHistoryOnInput(ChoiceHistoryOnInput value)Sets the value of the 'Choice History On Input' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicFeature
getChoiceFoldersAndItems, 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, validate
-
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.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.RegisterDimension
getFullTextSearch, getIndexing, isDenyIncompleteValues, setDenyIncompleteValues, setFullTextSearch, setIndexing
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.TypeDescriptionProvider
getTypeDescription
-
-
-
-
Method Detail
-
getChoiceHistoryOnInput
ChoiceHistoryOnInput 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:
ChoiceHistoryOnInput,setChoiceHistoryOnInput(ChoiceHistoryOnInput),MdClassPackage.getAccountingRegisterDimension_ChoiceHistoryOnInput()
-
setChoiceHistoryOnInput
void setChoiceHistoryOnInput(ChoiceHistoryOnInput value)
Sets the value of the 'Choice History On Input' attribute.- Parameters:
value- the new value of the 'Choice History On Input' attribute.- See Also:
ChoiceHistoryOnInput,getChoiceHistoryOnInput()
-
isBalance
boolean isBalance()
Returns the value of the 'Balance' attribute.- Returns:
- the value of the 'Balance' attribute.
- See Also:
setBalance(boolean),MdClassPackage.getAccountingRegisterDimension_Balance()
-
setBalance
void setBalance(boolean value)
Sets the value of the 'Balance' attribute.- Parameters:
value- the new value of the 'Balance' attribute.- See Also:
isBalance()
-
getAccountingFlag
AccountingFlag getAccountingFlag()
Returns the value of the 'Accounting Flag' reference.- Returns:
- the value of the 'Accounting Flag' reference.
- See Also:
setAccountingFlag(AccountingFlag),MdClassPackage.getAccountingRegisterDimension_AccountingFlag()
-
setAccountingFlag
void setAccountingFlag(AccountingFlag value)
Sets the value of the 'Accounting Flag' reference.- Parameters:
value- the new value of the 'Accounting Flag' reference.- See Also:
getAccountingFlag()
-
-