Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.SpecialValueType
Packages that use SpecialValueType
-
Uses of SpecialValueType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes with type parameters of type SpecialValueTypeModifier and TypeFieldDescriptionprotected List<SpecialValueType> ValueCalculationType.specialValueMethods in org.bidib.jbidibc.decoder.schema.commontypes that return SpecialValueTypeModifier and TypeMethodDescriptionObjectFactory.createSpecialValueType()Create an instance ofSpecialValueTypeSpecialValueType.withContent(Serializable... values) SpecialValueType.withContent(Collection<Serializable> values) SpecialValueType.withValue(long value) Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type SpecialValueTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<SpecialValueType> ObjectFactory.createSpecialValue(SpecialValueType value) ValueCalculationType.getSpecialValue()Gets the value of the specialValue property.Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type SpecialValueTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<SpecialValueType> ObjectFactory.createSpecialValue(SpecialValueType value) ValueCalculationType.withSpecialValue(SpecialValueType... values) Method parameters in org.bidib.jbidibc.decoder.schema.commontypes with type arguments of type SpecialValueTypeModifier and TypeMethodDescriptionValueCalculationType.withSpecialValue(Collection<SpecialValueType> values)