-
Method Summary
int
This is the maximum possible for the progress bar.
Returns the overall percent completed for this custom field.
int
This is the minimum possible for the progress bar.
Returns the type of this custom field.
Gets the currently shown progress bar value.
-
Method Details
-
getValue
Gets the currently shown progress bar value.
If you want the percent completed, use
getPercentCompleted()
.
- Specified by:
getValue
in interface ICustomField
- Returns:
- The current progress bar value.
-
getPercentCompleted
Float getPercentCompleted()
- Returns:
- The percent completed.
-
getStartValue
int getStartValue()
This is the minimum possible for the progress bar.
- Returns:
- The minimum value.
-
getEndValue
int getEndValue()
This is the maximum possible for the progress bar.
- Returns:
- The maximum value.
-
getType
Returns the type of this custom field. This will be one of
CustomFieldType
.
- Specified by:
getType
in interface ICustomField
- Returns:
- the type of this custom field