public class BitSelectionType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected short |
number |
protected List<OptionType> |
option |
protected Short |
value |
| Constructor and Description |
|---|
BitSelectionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
short |
getNumber()
Gets the value of the number property.
|
List<OptionType> |
getOption()
Gets the value of the option property.
|
Short |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setNumber(short value)
Sets the value of the number property.
|
void |
setValue(Short value)
Sets the value of the value property.
|
String |
toString() |
BitSelectionType |
withNumber(short value) |
BitSelectionType |
withOption(Collection<OptionType> values) |
BitSelectionType |
withOption(OptionType... values) |
BitSelectionType |
withValue(Short value) |
protected List<OptionType> option
protected short number
protected Short value
public List<OptionType> getOption()
OptionTypepublic short getNumber()
public void setNumber(short value)
public Short getValue()
Shortpublic void setValue(Short value)
value - allowed object is
Shortpublic BitSelectionType withOption(OptionType... values)
public BitSelectionType withOption(Collection<OptionType> values)
public BitSelectionType withNumber(short value)
public BitSelectionType withValue(Short value)
Copyright © 2024. All rights reserved.