Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.OptionType
Packages that use OptionType
-
Uses of OptionType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes with type parameters of type OptionTypeModifier and TypeFieldDescriptionprotected List<OptionType> BitSelectionType.optionprotected List<OptionType> GroupType.optionMethods in org.bidib.jbidibc.decoder.schema.commontypes that return OptionTypeModifier and TypeMethodDescriptionObjectFactory.createOptionType()Create an instance ofOptionTypeOptionType.withDescription(Collection<DescriptionType> values) OptionType.withDescription(DescriptionType... values) OptionType.withDisableOther(Boolean value) OptionType.withValue(short value) Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type OptionTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<OptionType> ObjectFactory.createOption(OptionType value) BitSelectionType.getOption()Gets the value of the option property.GroupType.getOption()Gets the value of the option property.Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type OptionTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<OptionType> ObjectFactory.createOption(OptionType value) BitSelectionType.withOption(OptionType... values) GroupType.withOption(OptionType... values) Method parameters in org.bidib.jbidibc.decoder.schema.commontypes with type arguments of type OptionTypeModifier and TypeMethodDescriptionBitSelectionType.withOption(Collection<OptionType> values) GroupType.withOption(Collection<OptionType> values)