Enum MSProjectNode.View

    • Enum Constant Detail

      • PJ_VIEW_BAR_ROLLUP

        public static final MSProjectNode.View PJ_VIEW_BAR_ROLLUP
        Bar Rollup view.
      • PJ_VIEW_CALENDAR

        public static final MSProjectNode.View PJ_VIEW_CALENDAR
        Calendar view.
      • PJ_VIEW_DESCRIPTIVE_NETWORK_DIAGRAM

        public static final MSProjectNode.View PJ_VIEW_DESCRIPTIVE_NETWORK_DIAGRAM
        Descriptive Network Diagram view.
      • PJ_VIEW_DETAIL_GANTT

        public static final MSProjectNode.View PJ_VIEW_DETAIL_GANTT
        Detail Gantt view.
      • PJ_VIEW_GANTT_WITH_TIMELINE

        public static final MSProjectNode.View PJ_VIEW_GANTT_WITH_TIMELINE
        Gantt with Timeline view.
      • PJ_VIEW_LEVELING_GANTT

        public static final MSProjectNode.View PJ_VIEW_LEVELING_GANTT
        Leveling Gantt view.
      • PJ_VIEW_MILESTONE_DATE_ROLLUP

        public static final MSProjectNode.View PJ_VIEW_MILESTONE_DATE_ROLLUP
        Milestone Date Rollup view.
      • PJ_VIEW_MILESTONE_ROLLUP

        public static final MSProjectNode.View PJ_VIEW_MILESTONE_ROLLUP
        Milestone Rollup view.
      • PJ_VIEW_MULTIPLE_BASELINES_GANTT

        public static final MSProjectNode.View PJ_VIEW_MULTIPLE_BASELINES_GANTT
        Multiple Baselines Gantt view.
      • PJ_VIEW_NETWORK_DIAGRAM

        public static final MSProjectNode.View PJ_VIEW_NETWORK_DIAGRAM
        Network Diagram view.
      • PJ_VIEW_RESOURCE_ALLOCATION

        public static final MSProjectNode.View PJ_VIEW_RESOURCE_ALLOCATION
        Resource Allocation view.
      • PJ_VIEW_RESOURCE_GRAPH

        public static final MSProjectNode.View PJ_VIEW_RESOURCE_GRAPH
        Resource Graph View.
      • PJ_VIEW_RESOURCE_SCHEDULING_VIEW

        public static final MSProjectNode.View PJ_VIEW_RESOURCE_SCHEDULING_VIEW
        Team Planner view.
      • PJ_VIEW_RESOURCE_SHEET

        public static final MSProjectNode.View PJ_VIEW_RESOURCE_SHEET
        Resource Sheet view.
      • PJ_VIEW_RESOURCE_USAGE

        public static final MSProjectNode.View PJ_VIEW_RESOURCE_USAGE
        Resource Usage view.
      • PJ_VIEW_TASK_ENTRY

        public static final MSProjectNode.View PJ_VIEW_TASK_ENTRY
        Task Entry view.
      • PJ_VIEW_TASK_SHEET

        public static final MSProjectNode.View PJ_VIEW_TASK_SHEET
        Task Sheet view.
      • PJ_VIEW_TASK_USAGE

        public static final MSProjectNode.View PJ_VIEW_TASK_USAGE
        Task Usage view.
      • PJ_VIEW_TIMELINE

        public static final MSProjectNode.View PJ_VIEW_TIMELINE
        Timeline view.
      • PJ_VIEW_TRACKING_GANTT

        public static final MSProjectNode.View PJ_VIEW_TRACKING_GANTT
        Tracking Gantt view.
    • Method Detail

      • values

        public static MSProjectNode.View[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (MSProjectNode.View c : MSProjectNode.View.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static MSProjectNode.View valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getValue

        public int getValue()
        Returns:
        MS Project's internal enum value