Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.PostingModeUse
Packages that use PostingModeUse
Package
Description
-
Uses of PostingModeUse in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return PostingModeUseModifier and TypeMethodDescriptionDocumentFormExtInfo.getUsePostingMode()
Returns the value of the 'Use Posting Mode' attribute.Methods in com._1c.g5.v8.dt.form.model with parameters of type PostingModeUseModifier and TypeMethodDescriptionvoid
DocumentFormExtInfo.setUsePostingMode
(PostingModeUse value) Sets the value of the 'Use Posting Mode
' attribute. -
Uses of PostingModeUse in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return PostingModeUseMethods in com._1c.g5.v8.dt.form.model.impl with parameters of type PostingModeUseModifier and TypeMethodDescriptionvoid
DocumentFormExtInfoImpl.setUsePostingMode
(PostingModeUse newUsePostingMode) -
Uses of PostingModeUse in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type PostingModeUseModifier and TypeFieldDescriptionstatic final List<PostingModeUse>
PostingModeUse.VALUES
A public read-only list of all the 'Posting Mode Use' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return PostingModeUseModifier and TypeMethodDescriptionstatic PostingModeUse
PostingModeUse.get
(int value) Returns the 'Posting Mode Use' literal with the specified integer value.static PostingModeUse
Returns the 'Posting Mode Use' literal with the specified literal value.static PostingModeUse
Returns the 'Posting Mode Use' literal with the specified name.static PostingModeUse
Returns the enum constant of this class with the specified name.static PostingModeUse[]
PostingModeUse.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PostingModeUse in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return PostingModeUseModifier and TypeMethodDescriptionCommonFactoryImpl.createPostingModeUseFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)