toValue method
Implementation
String toValue() {
switch (this) {
case IpSetFormat.txt:
return 'TXT';
case IpSetFormat.stix:
return 'STIX';
case IpSetFormat.otxCsv:
return 'OTX_CSV';
case IpSetFormat.alienVault:
return 'ALIEN_VAULT';
case IpSetFormat.proofPoint:
return 'PROOF_POINT';
case IpSetFormat.fireEye:
return 'FIRE_EYE';
}
}