FieldHelper

Inheritance: java.lang.Object

public class FieldHelper

Helper class which provides useful operations with fields.

Constructors

ConstructorDescription
FieldHelper()

Methods

MethodDescription
getDefaultTaskFieldTitle(byte taskKey)Returns a default title of the specific task field.

FieldHelper()

public FieldHelper()

getDefaultTaskFieldTitle(byte taskKey)

public static String getDefaultTaskFieldTitle(byte taskKey)

Returns a default title of the specific task field.

Parameters:

ParameterTypeDescription
taskKeybyteTask field to get a default title.

Returns: java.lang.String - A default title of the specific task field if the field can be displayed in MS Project’s view, null otherwise.