Uses of Enum
org.bidib.jbidib.decoder.json.Decoder.Type
Packages that use Decoder.Type
-
Uses of Decoder.Type in org.bidib.jbidib.decoder.json
Methods in org.bidib.jbidib.decoder.json that return Decoder.TypeModifier and TypeMethodDescriptionstatic Decoder.TypeDecoder.getType()typestatic Decoder.TypeReturns the enum constant of this type with the specified name.static Decoder.Type[]Decoder.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.jbidib.decoder.json with parameters of type Decoder.TypeModifier and TypeMethodDescriptionvoidDecoder.setType(Decoder.Type type) typeDecoder.withType(Decoder.Type type) Constructors in org.bidib.jbidib.decoder.json with parameters of type Decoder.Type