toValue method
Implementation
String toValue() {
switch (this) {
case IsModifiable.$true:
return 'TRUE';
case IsModifiable.$false:
return 'FALSE';
case IsModifiable.conditional:
return 'CONDITIONAL';
}
}
String toValue() {
switch (this) {
case IsModifiable.$true:
return 'TRUE';
case IsModifiable.$false:
return 'FALSE';
case IsModifiable.conditional:
return 'CONDITIONAL';
}
}