Class FieldHelper


  • public class FieldHelper
    extends Object

    Helper class which provides useful operations with fields.

    • Constructor Detail

      • FieldHelper

        public FieldHelper()
    • Method Detail

      • getDefaultFieldTitle

        public static String getDefaultFieldTitle​(int field)

        Returns a default title of the specific field.

        Parameters:
        field - Field to get a default title.
        Returns:
        A default title of the specific field if the field can be displayed in MS Project's view, null otherwise.
      • getDefaultTaskFieldTitle

        public static String getDefaultTaskFieldTitle​(byte taskKey)

        Returns a default title of the specific task field.

        Parameters:
        taskKey - Task field to get a default title.
        Returns:
        A default title of the specific task field if the field can be displayed in MS Project's view, null otherwise.