Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.ValueCalculationType
-
Packages that use ValueCalculationType Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of ValueCalculationType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes declared as ValueCalculationType Modifier and Type Field Description protected ValueCalculationTypeCVType. valueCalculationprotected ValueCalculationTypePartialType. valueCalculationMethods in org.bidib.jbidibc.decoder.schema.commontypes that return ValueCalculationType Modifier and Type Method Description ValueCalculationTypeObjectFactory. createValueCalculationType()Create an instance ofValueCalculationTypeValueCalculationTypeCVType. getValueCalculation()Gets the value of the valueCalculation property.ValueCalculationTypePartialType. getValueCalculation()Gets the value of the valueCalculation property.ValueCalculationTypeValueCalculationType. withDigits(Short value)ValueCalculationTypeValueCalculationType. withItem(Collection<ItemType> values)ValueCalculationTypeValueCalculationType. withItem(ItemType... values)ValueCalculationTypeValueCalculationType. withSpecialValue(Collection<SpecialValueType> values)ValueCalculationTypeValueCalculationType. withSpecialValue(SpecialValueType... values)ValueCalculationTypeValueCalculationType. withUnit(String value)Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type ValueCalculationType Modifier and Type Method Description javax.xml.bind.JAXBElement<ValueCalculationType>ObjectFactory. createValueCalculation(ValueCalculationType value)Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type ValueCalculationType Modifier and Type Method Description javax.xml.bind.JAXBElement<ValueCalculationType>ObjectFactory. createValueCalculation(ValueCalculationType value)voidCVType. setValueCalculation(ValueCalculationType value)Sets the value of the valueCalculation property.voidPartialType. setValueCalculation(ValueCalculationType value)Sets the value of the valueCalculation property.CVTypeCVType. withValueCalculation(ValueCalculationType value)PartialTypePartialType. withValueCalculation(ValueCalculationType value)
-