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