public class ValueCalculationType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Short |
digits |
protected List<ItemType> |
item |
protected List<SpecialValueType> |
specialValue |
protected String |
unit |
| Constructor and Description |
|---|
ValueCalculationType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Short |
getDigits()
Gets the value of the digits property.
|
List<ItemType> |
getItem()
Gets the value of the item property.
|
List<SpecialValueType> |
getSpecialValue()
Gets the value of the specialValue property.
|
String |
getUnit()
Gets the value of the unit property.
|
int |
hashCode() |
void |
setDigits(Short value)
Sets the value of the digits property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
String |
toString() |
ValueCalculationType |
withDigits(Short value) |
ValueCalculationType |
withItem(Collection<ItemType> values) |
ValueCalculationType |
withItem(ItemType... values) |
ValueCalculationType |
withSpecialValue(Collection<SpecialValueType> values) |
ValueCalculationType |
withSpecialValue(SpecialValueType... values) |
ValueCalculationType |
withUnit(String value) |
protected List<SpecialValueType> specialValue
protected String unit
protected Short digits
public List<ItemType> getItem()
ItemTypepublic List<SpecialValueType> getSpecialValue()
SpecialValueTypepublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic Short getDigits()
Shortpublic void setDigits(Short value)
value - allowed object is
Shortpublic ValueCalculationType withItem(ItemType... values)
public ValueCalculationType withItem(Collection<ItemType> values)
public ValueCalculationType withSpecialValue(SpecialValueType... values)
public ValueCalculationType withSpecialValue(Collection<SpecialValueType> values)
public ValueCalculationType withUnit(String value)
public ValueCalculationType withDigits(Short value)
Copyright © 2024. All rights reserved.