Uses of Enum Class
org.bidib.jbidibc.decoder.schema.commontypes.CVTypeType
Packages that use CVTypeType
-
Uses of CVTypeType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes declared as CVTypeTypeMethods in org.bidib.jbidibc.decoder.schema.commontypes that return CVTypeTypeModifier and TypeMethodDescriptionstatic CVTypeTypeGets the enum associated to the value passed as parameter.CVType.getType()Gets the value of the type property.static CVTypeTypeReturns the enum constant of this class with the specified name.static CVTypeType[]CVTypeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type CVTypeTypeModifier and TypeMethodDescriptionvoidCVType.setType(CVTypeType value) Sets the value of the type property.CVType.withType(CVTypeType value)