Uses of Class
com._1c.g5.v8.dt.planner.model.PlannerItemsTimeRepresentation
-
Packages that use PlannerItemsTimeRepresentation Package Description com._1c.g5.v8.dt.planner.model com._1c.g5.v8.dt.planner.model.impl -
-
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 PlannerItemsTimeRepresentation Modifier and Type Field Description static 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 PlannerItemsTimeRepresentation Modifier and Type Method Description static PlannerItemsTimeRepresentation
PlannerItemsTimeRepresentation. get(int value)
Returns the 'Items Time Representation' literal with the specified integer value.static PlannerItemsTimeRepresentation
PlannerItemsTimeRepresentation. get(String literal)
Returns the 'Items Time Representation' literal with the specified literal value.static PlannerItemsTimeRepresentation
PlannerItemsTimeRepresentation. getByName(String name)
Returns the 'Items Time Representation' literal with the specified name.PlannerItemsTimeRepresentation
PlannerSettings. getItemsTimeRepresentation()
Returns the value of the 'Items Time Representation' attribute.static PlannerItemsTimeRepresentation
PlannerItemsTimeRepresentation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlannerItemsTimeRepresentation[]
PlannerItemsTimeRepresentation. 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 PlannerItemsTimeRepresentation Modifier and Type Method Description void
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 PlannerItemsTimeRepresentation Modifier and Type Method Description PlannerItemsTimeRepresentation
PlannerFactoryImpl. createPlannerItemsTimeRepresentationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
PlannerItemsTimeRepresentation
PlannerSettingsImpl. getItemsTimeRepresentation()
Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type PlannerItemsTimeRepresentation Modifier and Type Method Description void
PlannerSettingsImpl. setItemsTimeRepresentation(PlannerItemsTimeRepresentation newItemsTimeRepresentation)
-