Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.CVGroupTypeOptions
-
Packages that use CVGroupTypeOptions Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of CVGroupTypeOptions in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes declared as CVGroupTypeOptions Modifier and Type Field Description protected CVGroupTypeOptionsCVGroupType. optionsMethods in org.bidib.jbidibc.decoder.schema.commontypes that return CVGroupTypeOptions Modifier and Type Method Description static CVGroupTypeOptionsCVGroupTypeOptions. fromValue(String v)CVGroupTypeOptionsCVGroupType. getOptions()Gets the value of the options property.static CVGroupTypeOptionsCVGroupTypeOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static CVGroupTypeOptions[]CVGroupTypeOptions. 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 CVGroupTypeOptions Modifier and Type Method Description voidCVGroupType. setOptions(CVGroupTypeOptions value)Sets the value of the options property.CVGroupTypeCVGroupType. withOptions(CVGroupTypeOptions value)
-