public interface DebtRemediationFunction
| Modifier and Type | Interface and Description |
|---|---|
static class |
DebtRemediationFunction.Type |
| Modifier and Type | Method and Description |
|---|---|
String |
coefficient()
Factor is set on types
DebtRemediationFunction.Type.LINEAR and DebtRemediationFunction.Type.LINEAR_OFFSET, else it's null. |
String |
offset()
Offset is set on types
DebtRemediationFunction.Type.LINEAR_OFFSET and DebtRemediationFunction.Type.CONSTANT_ISSUE, else it's null. |
DebtRemediationFunction.Type |
type() |
DebtRemediationFunction.Type type()
@CheckForNull String coefficient()
DebtRemediationFunction.Type.LINEAR and DebtRemediationFunction.Type.LINEAR_OFFSET, else it's null.@CheckForNull String offset()
DebtRemediationFunction.Type.LINEAR_OFFSET and DebtRemediationFunction.Type.CONSTANT_ISSUE, else it's null.Copyright © 2009–2015 SonarSource. All rights reserved.