Uses of Enum Class
com._1c.g5.v8.dt.planner.model.PlannerItemsTimeRepresentation
Packages that use PlannerItemsTimeRepresentation
-
Uses of PlannerItemsTimeRepresentation in com._1c.g5.v8.dt.planner.model
Fields in com._1c.g5.v8.dt.planner.model with type parameters of type PlannerItemsTimeRepresentationModifier and TypeFieldDescriptionstatic final List<PlannerItemsTimeRepresentation>
PlannerItemsTimeRepresentation.VALUES
A public read-only list of all the 'Items Time Representation' enumerators.Methods in com._1c.g5.v8.dt.planner.model that return PlannerItemsTimeRepresentationModifier and TypeMethodDescriptionPlannerItemsTimeRepresentation.get
(int value) Returns the 'Items Time Representation' literal with the specified integer value.Returns the 'Items Time Representation' literal with the specified literal value.Returns the 'Items Time Representation' literal with the specified name.PlannerSettings.getItemsTimeRepresentation()
Returns the value of the 'Items Time Representation' attribute.Returns the enum constant of this class with the specified name.static PlannerItemsTimeRepresentation[]
PlannerItemsTimeRepresentation.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 PlannerItemsTimeRepresentationModifier and TypeMethodDescriptionvoid
PlannerSettings.setItemsTimeRepresentation
(PlannerItemsTimeRepresentation value) Sets the value of the 'Items Time Representation
' attribute. -
Uses of PlannerItemsTimeRepresentation in com._1c.g5.v8.dt.planner.model.impl
Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerItemsTimeRepresentationModifier and TypeMethodDescriptionPlannerFactoryImpl.createPlannerItemsTimeRepresentationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) PlannerSettingsImpl.getItemsTimeRepresentation()
Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type PlannerItemsTimeRepresentationModifier and TypeMethodDescriptionvoid
PlannerSettingsImpl.setItemsTimeRepresentation
(PlannerItemsTimeRepresentation newItemsTimeRepresentation)