Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.PartialType
-
Packages that use PartialType Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of PartialType in org.bidib.jbidibc.decoder.schema.commontypes
Methods in org.bidib.jbidibc.decoder.schema.commontypes that return PartialType Modifier and Type Method Description PartialTypeObjectFactory. createPartialType()Create an instance ofPartialTypePartialTypePartialType. withDescription(Collection<DescriptionType> values)PartialTypePartialType. withDescription(DescriptionType... values)PartialTypePartialType. withDisableOther(Boolean value)PartialTypePartialType. withMultiply(Short value)PartialTypePartialType. withNumber(int value)PartialTypePartialType. withPossibleValues(String value)PartialTypePartialType. withReset(Boolean value)PartialTypePartialType. withValueCalculation(ValueCalculationType value)Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type PartialType Modifier and Type Method Description javax.xml.bind.JAXBElement<PartialType>ObjectFactory. createPartial(PartialType value)Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type PartialType Modifier and Type Method Description javax.xml.bind.JAXBElement<PartialType>ObjectFactory. createPartial(PartialType value)
-