Uses of Class
org.bidib.jbidibc.decoder.schema.decoderfirmware.ResetType
-
Packages that use ResetType Package Description org.bidib.jbidibc.decoder.schema.decoderfirmware -
-
Uses of ResetType in org.bidib.jbidibc.decoder.schema.decoderfirmware
Fields in org.bidib.jbidibc.decoder.schema.decoderfirmware with type parameters of type ResetType Modifier and Type Field Description protected List<ResetType>ResetsType. resetMethods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return ResetType Modifier and Type Method Description ResetTypeObjectFactory. createResetType()Create an instance ofResetTypeResetTypeResetType. withCv(int value)ResetTypeResetType. withDescription(Collection<DescriptionType> values)ResetTypeResetType. withDescription(DescriptionType... values)ResetTypeResetType. withValue(short value)Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return types with arguments of type ResetType Modifier and Type Method Description List<ResetType>ResetsType. getReset()Gets the value of the reset property.Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware with parameters of type ResetType Modifier and Type Method Description ResetsTypeResetsType. withReset(ResetType... values)Method parameters in org.bidib.jbidibc.decoder.schema.decoderfirmware with type arguments of type ResetType Modifier and Type Method Description ResetsTypeResetsType. withReset(Collection<ResetType> values)
-