| Package | Description |
|---|---|
| org.bidib.jbidibc.decoder.schema.commontypes | |
| org.bidib.jbidibc.decoder.schema.decoderfirmware |
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
ValueType.description |
protected List<DescriptionType> |
OptionType.description |
protected List<DescriptionType> |
GroupType.description |
protected List<DescriptionType> |
CVType.description |
protected List<DescriptionType> |
BitType.description |
| Modifier and Type | Method and Description |
|---|---|
DescriptionType |
ObjectFactory.createDescriptionType()
Create an instance of
DescriptionType |
DescriptionType |
DescriptionType.withContent(String value) |
DescriptionType |
DescriptionType.withHelp(String value) |
DescriptionType |
DescriptionType.withLanguage(String value) |
DescriptionType |
DescriptionType.withText(String value) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<DescriptionType> |
ObjectFactory.createDescription(DescriptionType value)
|
List<DescriptionType> |
ValueType.getDescription()
Gets the value of the description property.
|
List<DescriptionType> |
OptionType.getDescription()
Gets the value of the description property.
|
List<DescriptionType> |
GroupType.getDescription()
Gets the value of the description property.
|
List<DescriptionType> |
CVType.getDescription()
Gets the value of the description property.
|
List<DescriptionType> |
BitType.getDescription()
Gets the value of the description property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<DescriptionType> |
ObjectFactory.createDescription(DescriptionType value)
|
ValueType |
ValueType.withDescription(DescriptionType... values) |
OptionType |
OptionType.withDescription(DescriptionType... values) |
GroupType |
GroupType.withDescription(DescriptionType... values) |
CVType |
CVType.withDescription(DescriptionType... values) |
BitType |
BitType.withDescription(DescriptionType... values) |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
ValueType.withDescription(Collection<DescriptionType> values) |
OptionType |
OptionType.withDescription(Collection<DescriptionType> values) |
GroupType |
GroupType.withDescription(Collection<DescriptionType> values) |
CVType |
CVType.withDescription(Collection<DescriptionType> values) |
BitType |
BitType.withDescription(Collection<DescriptionType> values) |
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
ResetType.description |
protected List<DescriptionType> |
CategoryType.description |
| Modifier and Type | Method and Description |
|---|---|
List<DescriptionType> |
ResetType.getDescription()
Gets the value of the description property.
|
List<DescriptionType> |
CategoryType.getDescription()
Gets the value of the description property.
|
| Modifier and Type | Method and Description |
|---|---|
ResetType |
ResetType.withDescription(DescriptionType... values) |
CategoryType |
CategoryType.withDescription(DescriptionType... values) |
| Modifier and Type | Method and Description |
|---|---|
ResetType |
ResetType.withDescription(Collection<DescriptionType> values) |
CategoryType |
CategoryType.withDescription(Collection<DescriptionType> values) |
Copyright © 2018. All rights reserved.