stringFor method
Casts the value for entry to a string and returns it.
Implementation
String stringFor(AFConfigurationItem entry) {
return valueFor(entry);
}
Casts the value for entry to a string and returns it.
String stringFor(AFConfigurationItem entry) {
return valueFor(entry);
}