GraphicalIndicatorCriteriaValue

Inheritance: java.lang.Object

public final class GraphicalIndicatorCriteriaValue

Represents a value used in condition check of graphical indicators criteria.

Constructors

ConstructorDescription
GraphicalIndicatorCriteriaValue(BigDecimal value)Creates an instance of GraphicalIndicatorCriteriaValue class with constant BigDecimal value.
GraphicalIndicatorCriteriaValue(Date dateValue)Creates an instance of GraphicalIndicatorCriteriaValue class with constant Date value.
GraphicalIndicatorCriteriaValue(String textValue)Creates an instance of GraphicalIndicatorCriteriaValue class with constant String value.
GraphicalIndicatorCriteriaValue(Duration durationValue)Creates an instance of GraphicalIndicatorCriteriaValue class with constant Duration value.
GraphicalIndicatorCriteriaValue(boolean flagValue)Creates an instance of GraphicalIndicatorCriteriaValue class with constant flag (boolean) value.

Methods

MethodDescription
createFieldLink(int field)Creates an instance of GraphicalIndicatorCriteriaValue class representing the value of the specified MS Project’s field.
getRawValue()Gets the underlying constant of Field value.
isFieldLink()Gets whether the current instance is a field link (represents a value of a field).
toString()Returns a string that represents the current object.

GraphicalIndicatorCriteriaValue(BigDecimal value)

public GraphicalIndicatorCriteriaValue(BigDecimal value)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant BigDecimal value.

Parameters:

ParameterTypeDescription
valuejava.math.BigDecimalthe BigDecimal value

GraphicalIndicatorCriteriaValue(Date dateValue)

public GraphicalIndicatorCriteriaValue(Date dateValue)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant Date value.

Parameters:

ParameterTypeDescription
dateValuejava.util.Datethe Date value

GraphicalIndicatorCriteriaValue(String textValue)

public GraphicalIndicatorCriteriaValue(String textValue)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant String value.

Parameters:

ParameterTypeDescription
textValuejava.lang.Stringthe String value

GraphicalIndicatorCriteriaValue(Duration durationValue)

public GraphicalIndicatorCriteriaValue(Duration durationValue)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant Duration value.

Parameters:

ParameterTypeDescription
durationValueDurationthe Duration value

GraphicalIndicatorCriteriaValue(boolean flagValue)

public GraphicalIndicatorCriteriaValue(boolean flagValue)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant flag (boolean) value.

Parameters:

ParameterTypeDescription
flagValuebooleanthe flag (boolean) value
public static GraphicalIndicatorCriteriaValue createFieldLink(int field)

Creates an instance of GraphicalIndicatorCriteriaValue class representing the value of the specified MS Project’s field.

Parameters:

ParameterTypeDescription
fieldintthe specified field

Returns: GraphicalIndicatorCriteriaValue - instance of GraphicalIndicatorCriteriaValue class representing the value of the specified field

getRawValue()

public final Object getRawValue()

Gets the underlying constant of Field value.

Returns: java.lang.Object - the underlying constant of Field value

public final boolean isFieldLink()

Gets whether the current instance is a field link (represents a value of a field).

Returns: boolean - whether the current instance is a field link (represents a value of a field)

toString()

public String toString()

Returns a string that represents the current object.

Returns: java.lang.String - a string that represents the current object