Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.ItemType
-
Packages that use ItemType Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of ItemType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes with type parameters of type ItemType Modifier and Type Field Description protected List<ItemType>ValueCalculationType. itemMethods in org.bidib.jbidibc.decoder.schema.commontypes that return ItemType Modifier and Type Method Description ItemTypeObjectFactory. createItemType()Create an instance ofItemTypeItemTypeItemType. withContent(Serializable... values)ItemTypeItemType. withContent(Collection<Serializable> values)ItemTypeItemType. withIndexHigh(Short value)ItemTypeItemType. withIndexLow(Short value)ItemTypeItemType. withNumber(Integer value)ItemTypeItemType. withType(ValueCalculationItemType value)ItemTypeItemType. withValue(String value)Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type ItemType Modifier and Type Method Description javax.xml.bind.JAXBElement<ItemType>ObjectFactory. createItem(ItemType value)List<ItemType>ValueCalculationType. getItem()Gets the value of the item property.Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type ItemType Modifier and Type Method Description javax.xml.bind.JAXBElement<ItemType>ObjectFactory. createItem(ItemType value)ValueCalculationTypeValueCalculationType. withItem(ItemType... values)Method parameters in org.bidib.jbidibc.decoder.schema.commontypes with type arguments of type ItemType Modifier and Type Method Description ValueCalculationTypeValueCalculationType. withItem(Collection<ItemType> values)
-