Uses of Class
com._1c.g5.v8.dt.planner.model.PlannerItemEnableEditMode
-
Packages that use PlannerItemEnableEditMode Package Description com._1c.g5.v8.dt.planner.model com._1c.g5.v8.dt.planner.model.impl -
-
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 PlannerItemEnableEditMode Modifier and Type Field Description static 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 PlannerItemEnableEditMode Modifier and Type Method Description static PlannerItemEnableEditMode
PlannerItemEnableEditMode. get(int value)
Returns the 'Item Enable Edit Mode' literal with the specified integer value.static PlannerItemEnableEditMode
PlannerItemEnableEditMode. get(String literal)
Returns the 'Item Enable Edit Mode' literal with the specified literal value.static PlannerItemEnableEditMode
PlannerItemEnableEditMode. getByName(String name)
Returns the 'Item Enable Edit Mode' literal with the specified name.PlannerItemEnableEditMode
PlannerItem. getEditMode()
Returns the value of the 'Edit Mode' attribute.static PlannerItemEnableEditMode
PlannerItemEnableEditMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlannerItemEnableEditMode[]
PlannerItemEnableEditMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.planner.model with parameters of type PlannerItemEnableEditMode Modifier and Type Method Description void
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 PlannerItemEnableEditMode Modifier and Type Method Description PlannerItemEnableEditMode
PlannerFactoryImpl. createPlannerItemEnableEditModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
PlannerItemEnableEditMode
PlannerItemImpl. getEditMode()
Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type PlannerItemEnableEditMode Modifier and Type Method Description void
PlannerItemImpl. setEditMode(PlannerItemEnableEditMode newEditMode)
-