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() |
A |
withAmount(String amount) |
A |
withFormat(String format) |
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 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>>
Copyright © 2011–2017 Red Hat. All rights reserved.