Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.OptionType
-
Packages that use OptionType Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of OptionType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes with type parameters of type OptionType Modifier and Type Field Description protected List<OptionType>BitSelectionType. optionprotected List<OptionType>GroupType. optionMethods in org.bidib.jbidibc.decoder.schema.commontypes that return OptionType Modifier and Type Method Description OptionTypeObjectFactory. createOptionType()Create an instance ofOptionTypeOptionTypeOptionType. withDescription(Collection<DescriptionType> values)OptionTypeOptionType. withDescription(DescriptionType... values)OptionTypeOptionType. withDisableOther(Boolean value)OptionTypeOptionType. withReset(Boolean value)OptionTypeOptionType. withValue(short value)Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type OptionType Modifier and Type Method Description javax.xml.bind.JAXBElement<OptionType>ObjectFactory. createOption(OptionType value)List<OptionType>BitSelectionType. getOption()Gets the value of the option property.List<OptionType>GroupType. getOption()Gets the value of the option property.Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type OptionType Modifier and Type Method Description javax.xml.bind.JAXBElement<OptionType>ObjectFactory. createOption(OptionType value)BitSelectionTypeBitSelectionType. withOption(OptionType... values)GroupTypeGroupType. withOption(OptionType... values)Method parameters in org.bidib.jbidibc.decoder.schema.commontypes with type arguments of type OptionType Modifier and Type Method Description BitSelectionTypeBitSelectionType. withOption(Collection<OptionType> values)GroupTypeGroupType. withOption(Collection<OptionType> values)
-