public interface Capacity
Modifier and Type | Field and Description |
---|---|
static Capacity |
NONE |
static double |
NONE_CAPACITY_VALUE |
static Double |
NONE_CAPACITY_VALUE_OBJECT |
Modifier and Type | Method and Description |
---|---|
double |
getExcess(Summary summary) |
WatchedField |
getField() |
Double |
getMax() |
Double |
getMin() |
String |
getRenedereMaxValue() |
String |
getRenedereMinValue() |
double |
getShortfall(Summary summary) |
boolean |
isMaxBusted(Summary summary) |
boolean |
isMaxSet() |
boolean |
isMinBusted(Summary summary) |
boolean |
isMinSet() |
void |
setDefaultCapacity(Capacity capacity) |
void |
setMax(String max)
Set the max value for the capacity
|
void |
setMin(String min)
Set the min value for the capacity.
|
static final Double NONE_CAPACITY_VALUE_OBJECT
static final double NONE_CAPACITY_VALUE
static final Capacity NONE
WatchedField getField()
void setDefaultCapacity(Capacity capacity)
boolean isMinSet()
boolean isMaxSet()
Double getMin()
Double getMax()
void setMin(String min)
min
- the min value as a String in the format parsable by the WatchedField.void setMax(String max)
max
- the max value as a String in a format parsable by the WatchedFieldString getRenedereMinValue()
String getRenedereMaxValue()
double getShortfall(Summary summary)
double getExcess(Summary summary)
boolean isMinBusted(Summary summary)
boolean isMaxBusted(Summary summary)
Copyright © 2007–2015 Atlassian. All rights reserved.