Interface AccountingFlag
- All Superinterfaces:
BasicFeature,DataHistorySupport,org.eclipse.emf.ecore.EObject,MdObject,org.eclipse.emf.common.notify.Notifier,TypeDescriptionProvider
- All Known Implementing Classes:
AccountingFlagImpl
A representation of the model object 'Accounting Flag'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Choice History On Input' attribute.Returns the value of the 'Fill Value' containment reference.booleanReturns the value of the 'Fill From Filling Value' attribute.voidSets the value of the 'Choice History On Input' attribute.voidsetFillFromFillingValue(boolean value) Sets the value of the 'Fill From Filling Value' attribute.voidsetFillValue(Value value) Sets the value of the 'Fill Value' containment reference.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, validateMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.DataHistorySupport
getDataHistory, setDataHistoryMethods 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.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.TypeDescriptionProvider
getTypeDescription
-
Method Details
-
isFillFromFillingValue
boolean isFillFromFillingValue()Returns the value of the 'Fill From Filling Value' attribute.- Returns:
- the value of the 'Fill From Filling Value' attribute.
- See Also:
-
setFillFromFillingValue
void setFillFromFillingValue(boolean value) Sets the value of the 'Fill From Filling Value' attribute.- Parameters:
value- the new value of the 'Fill From Filling Value' attribute.- See Also:
-
getFillValue
Value getFillValue()Returns the value of the 'Fill Value' containment reference.- Returns:
- the value of the 'Fill Value' containment reference.
- See Also:
-
setFillValue
Sets the value of the 'Fill Value' containment reference.- Parameters:
value- the new value of the 'Fill Value' containment reference.- See Also:
-
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:
-
setChoiceHistoryOnInput
Sets the value of the 'Choice History On Input' attribute.- Parameters:
value- the new value of the 'Choice History On Input' attribute.- See Also:
-