| Package | Description |
|---|---|
| org.cip4.lib.xjdf | |
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Method and Description |
|---|---|
AmountPool |
XJdfNodeFactory.createAmountPool(Double amount)
Create a new AmountPool Node which already contains a PartAmount Subelement with attribute amount.
|
| Modifier and Type | Field and Description |
|---|---|
protected AmountPool |
Resource.amountPool |
protected AmountPool |
PipeParams.amountPool |
protected AmountPool |
PhaseAmount.amountPool |
| Modifier and Type | Field and Description |
|---|---|
protected List<AmountPool> |
Parameter.amountPool |
| Modifier and Type | Method and Description |
|---|---|
AmountPool |
ObjectFactory.createAmountPool()
Create an instance of
AmountPool |
AmountPool |
Resource.getAmountPool()
Gets the value of the amountPool property.
|
AmountPool |
PipeParams.getAmountPool()
Gets the value of the amountPool property.
|
AmountPool |
PhaseAmount.getAmountPool()
Gets the value of the amountPool property.
|
AmountPool |
AmountPool.withPartAmount(Collection<PartAmount> values) |
AmountPool |
AmountPool.withPartAmount(PartAmount... values) |
| Modifier and Type | Method and Description |
|---|---|
List<AmountPool> |
Parameter.getAmountPool()
Gets the value of the amountPool property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setAmountPool(AmountPool value)
Sets the value of the amountPool property.
|
void |
PipeParams.setAmountPool(AmountPool value)
Sets the value of the amountPool property.
|
void |
PhaseAmount.setAmountPool(AmountPool value)
Sets the value of the amountPool property.
|
Parameter |
Parameter.withAmountPool(AmountPool... values) |
Resource |
Resource.withAmountPool(AmountPool value) |
PipeParams |
PipeParams.withAmountPool(AmountPool value) |
PhaseAmount |
PhaseAmount.withAmountPool(AmountPool value) |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
Parameter.withAmountPool(Collection<AmountPool> values) |
Copyright © 2016. All rights reserved.