public enum DLNAOperations extends Enum<DLNAOperations>
"00" (or "0") neither time seek range nor range supported
"01" range supported
"10" time seek range supported
"11" both time seek range and range supported
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static DLNAOperations |
valueOf(int code) |
static DLNAOperations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DLNAOperations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DLNAOperations NONE
public static final DLNAOperations RANGE
public static final DLNAOperations TIMESEEK
public static DLNAOperations[] values()
for (DLNAOperations c : DLNAOperations.values()) System.out.println(c);
public static DLNAOperations 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 int getCode()
public static DLNAOperations valueOf(int code)
Copyright © 2023 jUPnP.org. All rights reserved.