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.modelMethods in com._1c.g5.v8.dt.form.model that return AutoTimeMode Modifier and Type Method Description AutoTimeModeDocumentFormExtInfo. 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 voidDocumentFormExtInfo. setAutoTime(AutoTimeMode value)Sets the value of the 'Auto Time' attribute.
- 
Uses of AutoTimeMode in com._1c.g5.v8.dt.form.model.implMethods in com._1c.g5.v8.dt.form.model.impl that return AutoTimeMode Modifier and Type Method Description AutoTimeModeDocumentFormExtInfoImpl. getAutoTime()Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type AutoTimeMode Modifier and Type Method Description voidDocumentFormExtInfoImpl. setAutoTime(AutoTimeMode newAutoTime)
- 
Uses of AutoTimeMode in com._1c.g5.v8.dt.metadata.commonFields in com._1c.g5.v8.dt.metadata.common with type parameters of type AutoTimeMode Modifier and Type Field Description static List<AutoTimeMode>AutoTimeMode. VALUESA 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 AutoTimeModeAutoTimeMode. get(int value)Returns the 'Auto Time Mode' literal with the specified integer value.static AutoTimeModeAutoTimeMode. get(String literal)Returns the 'Auto Time Mode' literal with the specified literal value.static AutoTimeModeAutoTimeMode. getByName(String name)Returns the 'Auto Time Mode' literal with the specified name.static AutoTimeModeAutoTimeMode. 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.implMethods in com._1c.g5.v8.dt.metadata.common.impl that return AutoTimeMode Modifier and Type Method Description AutoTimeModeCommonFactoryImpl. createAutoTimeModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
 
-