Uses of Class
com._1c.g5.v8.dt.md.api.FunctionalOptionsParameterUseChangeTask.TaskAction
-
Packages that use FunctionalOptionsParameterUseChangeTask.TaskAction Package Description com._1c.g5.v8.dt.md.api -
-
Uses of FunctionalOptionsParameterUseChangeTask.TaskAction in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api that return FunctionalOptionsParameterUseChangeTask.TaskAction Modifier and Type Method Description static FunctionalOptionsParameterUseChangeTask.TaskAction
FunctionalOptionsParameterUseChangeTask.TaskAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static FunctionalOptionsParameterUseChangeTask.TaskAction[]
FunctionalOptionsParameterUseChangeTask.TaskAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com._1c.g5.v8.dt.md.api with parameters of type FunctionalOptionsParameterUseChangeTask.TaskAction Constructor Description FunctionalOptionsParameterUseChangeTask(FunctionalOptionsParameter functionalOptionsParameter, MdObject object, FunctionalOptionsParameterUseChangeTask.TaskAction action)
Creates a newFunctionalOptionsParameterUseChangeTask
instance
-