Uses of Class
com._1c.g5.v8.dt.metadata.common.AutoShowStateMode
- 
Packages that use AutoShowStateMode 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 AutoShowStateMode in com._1c.g5.v8.dt.form.modelMethods in com._1c.g5.v8.dt.form.model that return AutoShowStateMode Modifier and Type Method Description AutoShowStateModeReportFormExtInfo. getShowState()Returns the value of the 'Show State' attribute.Methods in com._1c.g5.v8.dt.form.model with parameters of type AutoShowStateMode Modifier and Type Method Description voidReportFormExtInfo. setShowState(AutoShowStateMode value)Sets the value of the 'Show State' attribute.
- 
Uses of AutoShowStateMode in com._1c.g5.v8.dt.form.model.implMethods in com._1c.g5.v8.dt.form.model.impl that return AutoShowStateMode Modifier and Type Method Description AutoShowStateModeReportFormExtInfoImpl. getShowState()Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type AutoShowStateMode Modifier and Type Method Description voidReportFormExtInfoImpl. setShowState(AutoShowStateMode newShowState)
- 
Uses of AutoShowStateMode in com._1c.g5.v8.dt.metadata.commonFields in com._1c.g5.v8.dt.metadata.common with type parameters of type AutoShowStateMode Modifier and Type Field Description static List<AutoShowStateMode>AutoShowStateMode. VALUESA public read-only list of all the 'Auto Show State Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return AutoShowStateMode Modifier and Type Method Description static AutoShowStateModeAutoShowStateMode. get(int value)Returns the 'Auto Show State Mode' literal with the specified integer value.static AutoShowStateModeAutoShowStateMode. get(String literal)Returns the 'Auto Show State Mode' literal with the specified literal value.static AutoShowStateModeAutoShowStateMode. getByName(String name)Returns the 'Auto Show State Mode' literal with the specified name.static AutoShowStateModeAutoShowStateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoShowStateMode[]AutoShowStateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of AutoShowStateMode in com._1c.g5.v8.dt.metadata.common.implMethods in com._1c.g5.v8.dt.metadata.common.impl that return AutoShowStateMode Modifier and Type Method Description AutoShowStateModeCommonFactoryImpl. createAutoShowStateModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
 
-