Uses of Enum Class
com._1c.g5.v8.dt.planner.model.PlannerItemEnableEditMode
Packages that use PlannerItemEnableEditMode
-
Uses of PlannerItemEnableEditMode in com._1c.g5.v8.dt.planner.model
Fields in com._1c.g5.v8.dt.planner.model with type parameters of type PlannerItemEnableEditModeModifier and TypeFieldDescriptionstatic final List<PlannerItemEnableEditMode>
PlannerItemEnableEditMode.VALUES
A public read-only list of all the 'Item Enable Edit Mode' enumerators.Methods in com._1c.g5.v8.dt.planner.model that return PlannerItemEnableEditModeModifier and TypeMethodDescriptionstatic PlannerItemEnableEditMode
PlannerItemEnableEditMode.get
(int value) Returns the 'Item Enable Edit Mode' literal with the specified integer value.static PlannerItemEnableEditMode
Returns the 'Item Enable Edit Mode' literal with the specified literal value.static PlannerItemEnableEditMode
Returns the 'Item Enable Edit Mode' literal with the specified name.PlannerItem.getEditMode()
Returns the value of the 'Edit Mode' attribute.static PlannerItemEnableEditMode
Returns the enum constant of this class with the specified name.static PlannerItemEnableEditMode[]
PlannerItemEnableEditMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.planner.model with parameters of type PlannerItemEnableEditModeModifier and TypeMethodDescriptionvoid
PlannerItem.setEditMode
(PlannerItemEnableEditMode value) Sets the value of the 'Edit Mode
' attribute. -
Uses of PlannerItemEnableEditMode in com._1c.g5.v8.dt.planner.model.impl
Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerItemEnableEditModeModifier and TypeMethodDescriptionPlannerFactoryImpl.createPlannerItemEnableEditModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) PlannerItemImpl.getEditMode()
Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type PlannerItemEnableEditModeModifier and TypeMethodDescriptionvoid
PlannerItemImpl.setEditMode
(PlannerItemEnableEditMode newEditMode)