public class QuantityFluentImpl<A extends QuantityFluent<A>> extends BaseFluent<A> implements QuantityFluent<A>
_visitables| Constructor and Description |
|---|
QuantityFluentImpl() |
QuantityFluentImpl(Quantity instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAmount() |
String |
getFormat() |
Boolean |
hasAmount() |
Boolean |
hasFormat() |
int |
hashCode() |
A |
withAmount(String amount) |
A |
withFormat(String format) |
A |
withNewAmount(String arg1) |
A |
withNewAmount(StringBuffer arg1) |
A |
withNewAmount(StringBuilder arg1) |
A |
withNewFormat(String arg1) |
A |
withNewFormat(StringBuffer arg1) |
A |
withNewFormat(StringBuilder arg1) |
public QuantityFluentImpl()
public QuantityFluentImpl(Quantity instance)
public String getAmount()
getAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withAmount(String amount)
withAmount in interface QuantityFluent<A extends QuantityFluent<A>>public Boolean hasAmount()
hasAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewAmount(String arg1)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewAmount(StringBuilder arg1)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewAmount(StringBuffer arg1)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public String getFormat()
getFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withFormat(String format)
withFormat in interface QuantityFluent<A extends QuantityFluent<A>>public Boolean hasFormat()
hasFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewFormat(String arg1)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewFormat(StringBuilder arg1)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewFormat(StringBuffer arg1)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.