toValue method
Implementation
String toValue() {
switch (this) {
case ObjectLockMode.governance:
return 'GOVERNANCE';
case ObjectLockMode.compliance:
return 'COMPLIANCE';
}
}
String toValue() {
switch (this) {
case ObjectLockMode.governance:
return 'GOVERNANCE';
case ObjectLockMode.compliance:
return 'COMPLIANCE';
}
}