Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.GroupType
-
Packages that use GroupType Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of GroupType in org.bidib.jbidibc.decoder.schema.commontypes
Methods in org.bidib.jbidibc.decoder.schema.commontypes that return GroupType Modifier and Type Method Description GroupTypeObjectFactory. createGroupType()Create an instance ofGroupTypeGroupTypeGroupType. withDescription(Collection<DescriptionType> values)GroupTypeGroupType. withDescription(DescriptionType... values)GroupTypeGroupType. withNumber(short value)GroupTypeGroupType. withOption(Collection<OptionType> values)GroupTypeGroupType. withOption(OptionType... values)Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type GroupType Modifier and Type Method Description javax.xml.bind.JAXBElement<GroupType>ObjectFactory. createGroup(GroupType value)Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type GroupType Modifier and Type Method Description javax.xml.bind.JAXBElement<GroupType>ObjectFactory. createGroup(GroupType value)
-