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. VALUESA 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 PlannerItemsTimeRepresentationPlannerItemsTimeRepresentation. get(int value)Returns the 'Items Time Representation' literal with the specified integer value.static PlannerItemsTimeRepresentationPlannerItemsTimeRepresentation. get(String literal)Returns the 'Items Time Representation' literal with the specified literal value.static PlannerItemsTimeRepresentationPlannerItemsTimeRepresentation. getByName(String name)Returns the 'Items Time Representation' literal with the specified name.PlannerItemsTimeRepresentationPlannerSettings. getItemsTimeRepresentation()Returns the value of the 'Items Time Representation' attribute.static PlannerItemsTimeRepresentationPlannerItemsTimeRepresentation. 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 voidPlannerSettings. 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 PlannerItemsTimeRepresentationPlannerFactoryImpl. createPlannerItemsTimeRepresentationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)PlannerItemsTimeRepresentationPlannerSettingsImpl. getItemsTimeRepresentation()Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type PlannerItemsTimeRepresentation Modifier and Type Method Description voidPlannerSettingsImpl. setItemsTimeRepresentation(PlannerItemsTimeRepresentation newItemsTimeRepresentation) 
 -