toValue method
Implementation
String toValue() {
switch (this) {
case InventorySchemaDeleteOption.disableSchema:
return 'DisableSchema';
case InventorySchemaDeleteOption.deleteSchema:
return 'DeleteSchema';
}
}
String toValue() {
switch (this) {
case InventorySchemaDeleteOption.disableSchema:
return 'DisableSchema';
case InventorySchemaDeleteOption.deleteSchema:
return 'DeleteSchema';
}
}