GraphicalIndicatorCriteriaValue
Inheritance: java.lang.Object
public final class GraphicalIndicatorCriteriaValue
Represents a value used in condition check of graphical indicators criteria.
Constructors
Constructor | Description |
---|---|
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
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | java.math.BigDecimal | the BigDecimal value |
GraphicalIndicatorCriteriaValue(Date dateValue)
public GraphicalIndicatorCriteriaValue(Date dateValue)
Creates an instance of GraphicalIndicatorCriteriaValue class with constant Date value.
Parameters:
Parameter | Type | Description |
---|---|---|
dateValue | java.util.Date | the Date value |
GraphicalIndicatorCriteriaValue(String textValue)
public GraphicalIndicatorCriteriaValue(String textValue)
Creates an instance of GraphicalIndicatorCriteriaValue class with constant String value.
Parameters:
Parameter | Type | Description |
---|---|---|
textValue | java.lang.String | the String value |
GraphicalIndicatorCriteriaValue(Duration durationValue)
public GraphicalIndicatorCriteriaValue(Duration durationValue)
Creates an instance of GraphicalIndicatorCriteriaValue class with constant Duration value.
Parameters:
Parameter | Type | Description |
---|---|---|
durationValue | Duration | the Duration value |
GraphicalIndicatorCriteriaValue(boolean flagValue)
public GraphicalIndicatorCriteriaValue(boolean flagValue)
Creates an instance of GraphicalIndicatorCriteriaValue class with constant flag (boolean) value.
Parameters:
Parameter | Type | Description |
---|---|---|
flagValue | boolean | the flag (boolean) value |
createFieldLink(int field)
public static GraphicalIndicatorCriteriaValue createFieldLink(int field)
Creates an instance of GraphicalIndicatorCriteriaValue class representing the value of the specified MS Project’s field.
Parameters:
Parameter | Type | Description |
---|---|---|
field | int | the 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
isFieldLink()
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