public class GroupType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected short |
number |
protected List<OptionType> |
option |
| Constructor and Description |
|---|
GroupType() |
| 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.
|
List<OptionType> |
getOption()
Gets the value of the option property.
|
int |
hashCode() |
void |
setNumber(short value)
Sets the value of the number property.
|
String |
toString() |
GroupType |
withDescription(Collection<DescriptionType> values) |
GroupType |
withDescription(DescriptionType... values) |
GroupType |
withNumber(short value) |
GroupType |
withOption(Collection<OptionType> values) |
GroupType |
withOption(OptionType... values) |
protected List<DescriptionType> description
protected List<OptionType> option
protected short number
public List<DescriptionType> getDescription()
DescriptionTypepublic List<OptionType> getOption()
OptionTypepublic short getNumber()
public void setNumber(short value)
public GroupType withDescription(DescriptionType... values)
public GroupType withDescription(Collection<DescriptionType> values)
public GroupType withOption(OptionType... values)
public GroupType withOption(Collection<OptionType> values)
public GroupType withNumber(short value)
Copyright © 2024. All rights reserved.