Uses of Enum Class
org.bidib.jbidibc.decoder.schema.commontypes.CVModeType
Packages that use CVModeType
-
Uses of CVModeType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes declared as CVModeTypeModifier and TypeFieldDescriptionprotected CVModeTypeCVGroupType.modeprotected CVModeTypeCVType.modeMethods in org.bidib.jbidibc.decoder.schema.commontypes that return CVModeTypeModifier and TypeMethodDescriptionstatic CVModeTypeGets the enum associated to the value passed as parameter.CVGroupType.getMode()Gets the value of the mode property.CVType.getMode()Gets the value of the mode property.static CVModeTypeReturns the enum constant of this class with the specified name.static CVModeType[]CVModeType.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 CVModeTypeModifier and TypeMethodDescriptionvoidCVGroupType.setMode(CVModeType value) Sets the value of the mode property.voidCVType.setMode(CVModeType value) Sets the value of the mode property.CVGroupType.withMode(CVModeType value) CVType.withMode(CVModeType value)