Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.DecoderTypeType
-
Packages that use DecoderTypeType Package Description org.bidib.jbidibc.decoder.schema.commontypes org.bidib.jbidibc.decoder.schema.decoder org.bidib.jbidibc.decoder.schema.decoderfirmware -
-
Uses of DecoderTypeType in org.bidib.jbidibc.decoder.schema.commontypes
Methods in org.bidib.jbidibc.decoder.schema.commontypes that return DecoderTypeType Modifier and Type Method Description static DecoderTypeTypeDecoderTypeType. fromValue(String v)static DecoderTypeTypeDecoderTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static DecoderTypeType[]DecoderTypeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DecoderTypeType in org.bidib.jbidibc.decoder.schema.decoder
Fields in org.bidib.jbidibc.decoder.schema.decoder declared as DecoderTypeType Modifier and Type Field Description protected DecoderTypeTypeDecoderType. typeMethods in org.bidib.jbidibc.decoder.schema.decoder that return DecoderTypeType Modifier and Type Method Description DecoderTypeTypeDecoderType. getType()Gets the value of the type property.Methods in org.bidib.jbidibc.decoder.schema.decoder with parameters of type DecoderTypeType Modifier and Type Method Description voidDecoderType. setType(DecoderTypeType value)Sets the value of the type property.DecoderTypeDecoderType. withType(DecoderTypeType value) -
Uses of DecoderTypeType in org.bidib.jbidibc.decoder.schema.decoderfirmware
Fields in org.bidib.jbidibc.decoder.schema.decoderfirmware declared as DecoderTypeType Modifier and Type Field Description protected DecoderTypeTypeDecoderType. typeMethods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return DecoderTypeType Modifier and Type Method Description DecoderTypeTypeDecoderType. getType()Gets the value of the type property.Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware with parameters of type DecoderTypeType Modifier and Type Method Description voidDecoderType. setType(DecoderTypeType value)Sets the value of the type property.DecoderTypeDecoderType. withType(DecoderTypeType value)
-