getAttachmentValue static method

String getAttachmentValue(
  1. Attachment attachment
)

Implementation

static String getAttachmentValue(Attachment attachment) {
  return describeEnum(attachment);
}