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.modelMethods in com._1c.g5.v8.dt.form.model that return PostingModeUse Modifier and Type Method Description PostingModeUseDocumentFormExtInfo. 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 voidDocumentFormExtInfo. setUsePostingMode(PostingModeUse value)Sets the value of the 'Use Posting Mode' attribute.
- 
Uses of PostingModeUse in com._1c.g5.v8.dt.form.model.implMethods in com._1c.g5.v8.dt.form.model.impl that return PostingModeUse Modifier and Type Method Description PostingModeUseDocumentFormExtInfoImpl. getUsePostingMode()Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type PostingModeUse Modifier and Type Method Description voidDocumentFormExtInfoImpl. setUsePostingMode(PostingModeUse newUsePostingMode)
- 
Uses of PostingModeUse in com._1c.g5.v8.dt.metadata.commonFields in com._1c.g5.v8.dt.metadata.common with type parameters of type PostingModeUse Modifier and Type Field Description static List<PostingModeUse>PostingModeUse. VALUESA 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 PostingModeUsePostingModeUse. get(int value)Returns the 'Posting Mode Use' literal with the specified integer value.static PostingModeUsePostingModeUse. get(String literal)Returns the 'Posting Mode Use' literal with the specified literal value.static PostingModeUsePostingModeUse. getByName(String name)Returns the 'Posting Mode Use' literal with the specified name.static PostingModeUsePostingModeUse. 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.implMethods in com._1c.g5.v8.dt.metadata.common.impl that return PostingModeUse Modifier and Type Method Description PostingModeUseCommonFactoryImpl. createPostingModeUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
 
-