Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.AutoShowStateMode
Packages that use AutoShowStateMode
Package
Description
-
Uses of AutoShowStateMode in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return AutoShowStateModeModifier and TypeMethodDescriptionReportFormExtInfo.getShowState()
Returns the value of the 'Show State' attribute.Methods in com._1c.g5.v8.dt.form.model with parameters of type AutoShowStateModeModifier and TypeMethodDescriptionvoid
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 AutoShowStateModeMethods in com._1c.g5.v8.dt.form.model.impl with parameters of type AutoShowStateModeModifier and TypeMethodDescriptionvoid
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 AutoShowStateModeModifier and TypeFieldDescriptionstatic final 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 AutoShowStateModeModifier and TypeMethodDescriptionstatic AutoShowStateMode
AutoShowStateMode.get
(int value) Returns the 'Auto Show State Mode' literal with the specified integer value.static AutoShowStateMode
Returns the 'Auto Show State Mode' literal with the specified literal value.static AutoShowStateMode
Returns the 'Auto Show State Mode' literal with the specified name.static AutoShowStateMode
Returns the enum constant of this class with the specified name.static AutoShowStateMode[]
AutoShowStateMode.values()
Returns an array containing the constants of this enum class, 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 AutoShowStateModeModifier and TypeMethodDescriptionCommonFactoryImpl.createAutoShowStateModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)