Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.CVTypeType
-
Packages that use CVTypeType Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of CVTypeType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes declared as CVTypeType Modifier and Type Field Description protected CVTypeTypeCVType. typeMethods in org.bidib.jbidibc.decoder.schema.commontypes that return CVTypeType Modifier and Type Method Description static CVTypeTypeCVTypeType. fromValue(String v)CVTypeTypeCVType. getType()Gets the value of the type property.static CVTypeTypeCVTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static CVTypeType[]CVTypeType. 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 CVTypeType Modifier and Type Method Description voidCVType. setType(CVTypeType value)Sets the value of the type property.CVTypeCVType. withType(CVTypeType value)
-