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(byte[] arg1) |
A |
withNewAmount(byte[] arg1,
int arg2) |
A |
withNewAmount(byte[] arg1,
int arg2,
int arg3) |
A |
withNewAmount(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewAmount(char[] arg1) |
A |
withNewAmount(char[] arg1,
int arg2,
int arg3) |
A |
withNewAmount(int[] arg1,
int arg2,
int arg3) |
A |
withNewAmount(String arg1) |
A |
withNewAmount(StringBuffer arg1) |
A |
withNewAmount(StringBuilder arg1) |
A |
withNewFormat(byte[] arg1) |
A |
withNewFormat(byte[] arg1,
int arg2) |
A |
withNewFormat(byte[] arg1,
int arg2,
int arg3) |
A |
withNewFormat(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewFormat(char[] arg1) |
A |
withNewFormat(char[] arg1,
int arg2,
int arg3) |
A |
withNewFormat(int[] arg1,
int arg2,
int arg3) |
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(StringBuilder arg1)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewAmount(int[] arg1, int arg2, int arg3)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewAmount(char[] arg1)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewAmount(StringBuffer arg1)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewAmount(byte[] arg1, int arg2)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewAmount(byte[] arg1)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewAmount(char[] arg1, int arg2, int arg3)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewAmount(byte[] arg1, int arg2, int arg3)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewAmount(byte[] arg1, int arg2, int arg3, int arg4)
withNewAmount in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewAmount(String 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(StringBuilder arg1)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewFormat(int[] arg1, int arg2, int arg3)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewFormat(char[] arg1)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewFormat(StringBuffer arg1)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewFormat(byte[] arg1, int arg2)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewFormat(byte[] arg1)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewFormat(char[] arg1, int arg2, int arg3)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewFormat(byte[] arg1, int arg2, int arg3)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewFormat(byte[] arg1, int arg2, int arg3, int arg4)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>public A withNewFormat(String arg1)
withNewFormat in interface QuantityFluent<A extends QuantityFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.