public enum DisputeFilePurpose extends Enum<DisputeFilePurpose>
| Enum Constant and Description |
|---|
DISPUTE_EVIDENCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisputeFilePurpose() |
static DisputeFilePurpose |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisputeFilePurpose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisputeFilePurpose DISPUTE_EVIDENCE
public static DisputeFilePurpose[] values()
for (DisputeFilePurpose c : DisputeFilePurpose.values()) System.out.println(c);
public static DisputeFilePurpose 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 getDisputeFilePurpose()
Copyright © 2025. All rights reserved.