Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.AutoTimeMode
Packages that use AutoTimeMode
Package
Description
-
Uses of AutoTimeMode in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return AutoTimeModeModifier and TypeMethodDescriptionDocumentFormExtInfo.getAutoTime()
Returns the value of the 'Auto Time' attribute.Methods in com._1c.g5.v8.dt.form.model with parameters of type AutoTimeModeModifier and TypeMethodDescriptionvoid
DocumentFormExtInfo.setAutoTime
(AutoTimeMode value) Sets the value of the 'Auto Time
' attribute. -
Uses of AutoTimeMode in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return AutoTimeModeMethods in com._1c.g5.v8.dt.form.model.impl with parameters of type AutoTimeModeModifier and TypeMethodDescriptionvoid
DocumentFormExtInfoImpl.setAutoTime
(AutoTimeMode newAutoTime) -
Uses of AutoTimeMode in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type AutoTimeModeModifier and TypeFieldDescriptionstatic final List<AutoTimeMode>
AutoTimeMode.VALUES
A public read-only list of all the 'Auto Time Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return AutoTimeModeModifier and TypeMethodDescriptionstatic AutoTimeMode
AutoTimeMode.get
(int value) Returns the 'Auto Time Mode' literal with the specified integer value.static AutoTimeMode
Returns the 'Auto Time Mode' literal with the specified literal value.static AutoTimeMode
Returns the 'Auto Time Mode' literal with the specified name.static AutoTimeMode
Returns the enum constant of this class with the specified name.static AutoTimeMode[]
AutoTimeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AutoTimeMode in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return AutoTimeModeModifier and TypeMethodDescriptionCommonFactoryImpl.createAutoTimeModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)