Package com._1c.g5.v8.dt.planner.model
Interface PlannerFactory
-
- All Superinterfaces:
org.eclipse.emf.ecore.EFactory
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PlannerFactoryImpl
public interface PlannerFactory extends org.eclipse.emf.ecore.EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
PlannerPackage
-
-
Field Summary
Fields Modifier and Type Field Description static PlannerFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlannerBackgroundInterval
createPlannerBackgroundInterval()
Returns a new object of class 'Background Interval'.PlannerDimension
createPlannerDimension()
Returns a new object of class 'Dimension'.PlannerDimensionItem
createPlannerDimensionItem()
Returns a new object of class 'Dimension Item'.PlannerItem
createPlannerItem()
Returns a new object of class 'Item'.PlannerItemSchedule
createPlannerItemSchedule()
Returns a new object of class 'Item Schedule'.PlannerItemScheduleMonths
createPlannerItemScheduleMonths()
Returns a new object of class 'Item Schedule Months'.PlannerItemScheduleWeekDays
createPlannerItemScheduleWeekDays()
Returns a new object of class 'Item Schedule Week Days'.PlannerRepresentationPeriod
createPlannerRepresentationPeriod()
Returns a new object of class 'Representation Period'.PlannerSettings
createPlannerSettings()
Returns a new object of class 'Settings'.PlannerPackage
getPlannerPackage()
Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
-
-
-
Field Detail
-
eINSTANCE
static final PlannerFactory eINSTANCE
The singleton instance of the factory.
-
-
Method Detail
-
createPlannerRepresentationPeriod
PlannerRepresentationPeriod createPlannerRepresentationPeriod()
Returns a new object of class 'Representation Period'.- Returns:
- a new object of class 'Representation Period'.
-
createPlannerDimensionItem
PlannerDimensionItem createPlannerDimensionItem()
Returns a new object of class 'Dimension Item'.- Returns:
- a new object of class 'Dimension Item'.
-
createPlannerDimension
PlannerDimension createPlannerDimension()
Returns a new object of class 'Dimension'.- Returns:
- a new object of class 'Dimension'.
-
createPlannerBackgroundInterval
PlannerBackgroundInterval createPlannerBackgroundInterval()
Returns a new object of class 'Background Interval'.- Returns:
- a new object of class 'Background Interval'.
-
createPlannerItemScheduleWeekDays
PlannerItemScheduleWeekDays createPlannerItemScheduleWeekDays()
Returns a new object of class 'Item Schedule Week Days'.- Returns:
- a new object of class 'Item Schedule Week Days'.
-
createPlannerItemScheduleMonths
PlannerItemScheduleMonths createPlannerItemScheduleMonths()
Returns a new object of class 'Item Schedule Months'.- Returns:
- a new object of class 'Item Schedule Months'.
-
createPlannerItemSchedule
PlannerItemSchedule createPlannerItemSchedule()
Returns a new object of class 'Item Schedule'.- Returns:
- a new object of class 'Item Schedule'.
-
createPlannerItem
PlannerItem createPlannerItem()
Returns a new object of class 'Item'.- Returns:
- a new object of class 'Item'.
-
createPlannerSettings
PlannerSettings createPlannerSettings()
Returns a new object of class 'Settings'.- Returns:
- a new object of class 'Settings'.
-
getPlannerPackage
PlannerPackage getPlannerPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
-
-