Uses of Class
com._1c.g5.v8.dt.metadata.common.PostingModeUse
-
Packages that use PostingModeUse Package Description com._1c.g5.v8.dt.form.model com._1c.g5.v8.dt.form.model.impl com._1c.g5.v8.dt.metadata.common com._1c.g5.v8.dt.metadata.common.impl -
-
Uses of PostingModeUse in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return PostingModeUse Modifier and Type Method Description PostingModeUse
DocumentFormExtInfo. getUsePostingMode()
Returns the value of the 'Use Posting Mode' attribute.Methods in com._1c.g5.v8.dt.form.model with parameters of type PostingModeUse Modifier and Type Method Description void
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 PostingModeUse Modifier and Type Method Description PostingModeUse
DocumentFormExtInfoImpl. getUsePostingMode()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type PostingModeUse Modifier and Type Method Description void
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 PostingModeUse Modifier and Type Field Description static 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 PostingModeUse Modifier and Type Method Description static PostingModeUse
PostingModeUse. get(int value)
Returns the 'Posting Mode Use' literal with the specified integer value.static PostingModeUse
PostingModeUse. get(String literal)
Returns the 'Posting Mode Use' literal with the specified literal value.static PostingModeUse
PostingModeUse. getByName(String name)
Returns the 'Posting Mode Use' literal with the specified name.static PostingModeUse
PostingModeUse. valueOf(String name)
Returns the enum constant of this type with the specified name.static PostingModeUse[]
PostingModeUse. values()
Returns an array containing the constants of this enum type, 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 PostingModeUse Modifier and Type Method Description PostingModeUse
CommonFactoryImpl. createPostingModeUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
-