toValue method
Implementation
String toValue() {
switch (this) {
case GlobalConfigurationLowFramerateInputs.disabled:
return 'DISABLED';
case GlobalConfigurationLowFramerateInputs.enabled:
return 'ENABLED';
}
}
String toValue() {
switch (this) {
case GlobalConfigurationLowFramerateInputs.disabled:
return 'DISABLED';
case GlobalConfigurationLowFramerateInputs.enabled:
return 'ENABLED';
}
}