toValue method
Implementation
String toValue() {
switch (this) {
case AttributeType.inclusive:
return 'INCLUSIVE';
case AttributeType.exclusive:
return 'EXCLUSIVE';
}
}
String toValue() {
switch (this) {
case AttributeType.inclusive:
return 'INCLUSIVE';
case AttributeType.exclusive:
return 'EXCLUSIVE';
}
}