public enum EvidenceDocumentFileType extends Enum<EvidenceDocumentFileType>
| Enum Constant and Description |
|---|
CSV |
DOC |
DOCX |
JPG |
ODS |
PDF |
PNG |
XLS |
XLSX |
| Modifier and Type | Method and Description |
|---|---|
String |
getEvidenceDocumentFileType() |
static EvidenceDocumentFileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvidenceDocumentFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvidenceDocumentFileType CSV
public static final EvidenceDocumentFileType PDF
public static final EvidenceDocumentFileType XLS
public static final EvidenceDocumentFileType XLSX
public static final EvidenceDocumentFileType DOC
public static final EvidenceDocumentFileType DOCX
public static final EvidenceDocumentFileType ODS
public static final EvidenceDocumentFileType JPG
public static final EvidenceDocumentFileType PNG
public static EvidenceDocumentFileType[] values()
for (EvidenceDocumentFileType c : EvidenceDocumentFileType.values()) System.out.println(c);
public static EvidenceDocumentFileType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getEvidenceDocumentFileType()
Copyright © 2025. All rights reserved.