toValue method
Implementation
String toValue() {
switch (this) {
case FixedAfd.afd_0000:
return 'AFD_0000';
case FixedAfd.afd_0010:
return 'AFD_0010';
case FixedAfd.afd_0011:
return 'AFD_0011';
case FixedAfd.afd_0100:
return 'AFD_0100';
case FixedAfd.afd_1000:
return 'AFD_1000';
case FixedAfd.afd_1001:
return 'AFD_1001';
case FixedAfd.afd_1010:
return 'AFD_1010';
case FixedAfd.afd_1011:
return 'AFD_1011';
case FixedAfd.afd_1101:
return 'AFD_1101';
case FixedAfd.afd_1110:
return 'AFD_1110';
case FixedAfd.afd_1111:
return 'AFD_1111';
}
}