public class BitType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected short |
number |
protected Short |
value |
| Constructor and Description |
|---|
BitType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
short |
getNumber()
Gets the value of the number 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() |
BitType |
withDescription(Collection<DescriptionType> values) |
BitType |
withDescription(DescriptionType... values) |
BitType |
withNumber(short value) |
BitType |
withValue(Short value) |
protected List<DescriptionType> description
protected short number
protected Short value
public List<DescriptionType> getDescription()
DescriptionTypepublic short getNumber()
public void setNumber(short value)
public Short getValue()
Shortpublic void setValue(Short value)
value - allowed object is
Shortpublic BitType withDescription(DescriptionType... values)
public BitType withDescription(Collection<DescriptionType> values)
public BitType withNumber(short value)
Copyright © 2022. All rights reserved.