Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.ValueCalculationType
Packages that use ValueCalculationType
-
Uses of ValueCalculationType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes declared as ValueCalculationTypeModifier and TypeFieldDescriptionprotected ValueCalculationTypeCVType.valueCalculationprotected ValueCalculationTypePartialType.valueCalculationMethods in org.bidib.jbidibc.decoder.schema.commontypes that return ValueCalculationTypeModifier and TypeMethodDescriptionObjectFactory.createValueCalculationType()Create an instance ofValueCalculationTypeCVType.getValueCalculation()Gets the value of the valueCalculation property.PartialType.getValueCalculation()Gets the value of the valueCalculation property.ValueCalculationType.withDigits(Short value) ValueCalculationType.withItem(Collection<ItemType> values) ValueCalculationType.withSpecialValue(Collection<SpecialValueType> values) ValueCalculationType.withSpecialValue(SpecialValueType... values) Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type ValueCalculationTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ValueCalculationType> ObjectFactory.createValueCalculation(ValueCalculationType value) Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type ValueCalculationTypeModifier and TypeMethodDescriptionjavax.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.CVType.withValueCalculation(ValueCalculationType value) PartialType.withValueCalculation(ValueCalculationType value)