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.model
Methods in com._1c.g5.v8.dt.form.model that return AutoShowStateMode Modifier and Type Method Description AutoShowStateMode
ReportFormExtInfo. 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 void
ReportFormExtInfo. setShowState(AutoShowStateMode value)
Sets the value of the 'Show State
' attribute. -
Uses of AutoShowStateMode in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return AutoShowStateMode Modifier and Type Method Description AutoShowStateMode
ReportFormExtInfoImpl. getShowState()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type AutoShowStateMode Modifier and Type Method Description void
ReportFormExtInfoImpl. setShowState(AutoShowStateMode newShowState)
-
Uses of AutoShowStateMode in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type AutoShowStateMode Modifier and Type Field Description static List<AutoShowStateMode>
AutoShowStateMode. VALUES
A 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 AutoShowStateMode
AutoShowStateMode. get(int value)
Returns the 'Auto Show State Mode' literal with the specified integer value.static AutoShowStateMode
AutoShowStateMode. get(String literal)
Returns the 'Auto Show State Mode' literal with the specified literal value.static AutoShowStateMode
AutoShowStateMode. getByName(String name)
Returns the 'Auto Show State Mode' literal with the specified name.static AutoShowStateMode
AutoShowStateMode. 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.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return AutoShowStateMode Modifier and Type Method Description AutoShowStateMode
CommonFactoryImpl. createAutoShowStateModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
-