public static enum PubChooserUploadHandler.PubChooserActionStatus extends java.lang.Enum<PubChooserUploadHandler.PubChooserActionStatus>
Modifier and Type | Method and Description |
---|---|
int |
getStatusCode() |
static PubChooserUploadHandler.PubChooserActionStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PubChooserUploadHandler.PubChooserActionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PubChooserUploadHandler.PubChooserActionStatus OK
public static final PubChooserUploadHandler.PubChooserActionStatus ERROR
public static PubChooserUploadHandler.PubChooserActionStatus[] values()
for (PubChooserUploadHandler.PubChooserActionStatus c : PubChooserUploadHandler.PubChooserActionStatus.values()) System.out.println(c);
public static PubChooserUploadHandler.PubChooserActionStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getStatusCode()
Copyright © 2001-2021 Jalios SA. All Rights Reserved.