Package com.aspose.tasks
Class FieldHelper
- java.lang.Object
-
- com.aspose.tasks.FieldHelper
-
public class FieldHelper extends Object
Helper class which provides useful operations with fields.
-
-
Constructor Summary
Constructors Constructor Description FieldHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetDefaultFieldTitle(int field)Returns a default title of the specific field.static StringgetDefaultTaskFieldTitle(byte taskKey)Returns a default title of the specific task field.
-
-
-
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.
-
-