value method
Implementation
String value() {
switch (this) {
case SelectionOptions.specialUse:
return 'SPECIAL-USE';
case SelectionOptions.subscribed:
return 'SUBSCRIBED';
case SelectionOptions.remote:
return 'REMOTE';
case SelectionOptions.recursiveMatch:
return 'RECURSIVEMATCH';
}
}