Uses of Class
com._1c.g5.v8.dt.metadata.common.AutoTimeMode
-
Packages that use AutoTimeMode 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 AutoTimeMode in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return AutoTimeMode Modifier and Type Method Description AutoTimeMode
DocumentFormExtInfo. getAutoTime()
Returns the value of the 'Auto Time' attribute.Methods in com._1c.g5.v8.dt.form.model with parameters of type AutoTimeMode Modifier and Type Method Description void
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 AutoTimeMode Modifier and Type Method Description AutoTimeMode
DocumentFormExtInfoImpl. getAutoTime()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type AutoTimeMode Modifier and Type Method Description void
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 AutoTimeMode Modifier and Type Field Description static 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 AutoTimeMode Modifier and Type Method Description static AutoTimeMode
AutoTimeMode. get(int value)
Returns the 'Auto Time Mode' literal with the specified integer value.static AutoTimeMode
AutoTimeMode. get(String literal)
Returns the 'Auto Time Mode' literal with the specified literal value.static AutoTimeMode
AutoTimeMode. getByName(String name)
Returns the 'Auto Time Mode' literal with the specified name.static AutoTimeMode
AutoTimeMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoTimeMode[]
AutoTimeMode. values()
Returns an array containing the constants of this enum type, 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 AutoTimeMode Modifier and Type Method Description AutoTimeMode
CommonFactoryImpl. createAutoTimeModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
-