Uses of Interface
com._1c.g5.v8.dt.planner.model.PlannerRepresentationPeriod
-
Packages that use PlannerRepresentationPeriod Package Description com._1c.g5.v8.dt.planner.model com._1c.g5.v8.dt.planner.model.impl com._1c.g5.v8.dt.planner.model.util -
-
Uses of PlannerRepresentationPeriod in com._1c.g5.v8.dt.planner.model
Methods in com._1c.g5.v8.dt.planner.model that return PlannerRepresentationPeriod Modifier and Type Method Description PlannerRepresentationPeriod
PlannerFactory. createPlannerRepresentationPeriod()
Returns a new object of class 'Representation Period'.Methods in com._1c.g5.v8.dt.planner.model that return types with arguments of type PlannerRepresentationPeriod Modifier and Type Method Description org.eclipse.emf.common.util.EList<PlannerRepresentationPeriod>
PlannerSettings. getPeriods()
Returns the value of the 'Periods' containment reference list. -
Uses of PlannerRepresentationPeriod in com._1c.g5.v8.dt.planner.model.impl
Classes in com._1c.g5.v8.dt.planner.model.impl that implement PlannerRepresentationPeriod Modifier and Type Class Description class
PlannerRepresentationPeriodImpl
An implementation of the model object 'Representation Period'.Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerRepresentationPeriod Modifier and Type Method Description PlannerRepresentationPeriod
PlannerFactoryImpl. createPlannerRepresentationPeriod()
Methods in com._1c.g5.v8.dt.planner.model.impl that return types with arguments of type PlannerRepresentationPeriod Modifier and Type Method Description org.eclipse.emf.common.util.EList<PlannerRepresentationPeriod>
PlannerSettingsImpl. getPeriods()
-
Uses of PlannerRepresentationPeriod in com._1c.g5.v8.dt.planner.model.util
Methods in com._1c.g5.v8.dt.planner.model.util with parameters of type PlannerRepresentationPeriod Modifier and Type Method Description T
PlannerSwitch. casePlannerRepresentationPeriod(PlannerRepresentationPeriod object)
Returns the result of interpreting the object as an instance of 'Representation Period'.
-