Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.CVModeType
-
Packages that use CVModeType Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of CVModeType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes declared as CVModeType Modifier and Type Field Description protected CVModeTypeCVGroupType. modeprotected CVModeTypeCVType. modeMethods in org.bidib.jbidibc.decoder.schema.commontypes that return CVModeType Modifier and Type Method Description static CVModeTypeCVModeType. fromValue(String v)CVModeTypeCVGroupType. getMode()Gets the value of the mode property.CVModeTypeCVType. getMode()Gets the value of the mode property.static CVModeTypeCVModeType. valueOf(String name)Returns 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 CVModeType Modifier and Type Method Description voidCVGroupType. setMode(CVModeType value)Sets the value of the mode property.voidCVType. setMode(CVModeType value)Sets the value of the mode property.CVGroupTypeCVGroupType. withMode(CVModeType value)CVTypeCVType. withMode(CVModeType value)
-