Uses of Enum
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 CVModeTypeCVGroupType.getMode()Gets the value of the mode property.CVType.getMode()Gets the value of the mode property.static CVModeTypeReturns the enum constant of this type with the specified name.static CVModeType[]CVModeType.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 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)