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