public enum DLNAConversionIndicator extends Enum<DLNAConversionIndicator>
0 not transcoded
1 transcoded
| Enum Constant and Description |
|---|
NONE |
TRANSCODED |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static DLNAConversionIndicator |
valueOf(int code) |
static DLNAConversionIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DLNAConversionIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DLNAConversionIndicator NONE
public static final DLNAConversionIndicator TRANSCODED
public static DLNAConversionIndicator[] values()
for (DLNAConversionIndicator c : DLNAConversionIndicator.values()) System.out.println(c);
public static DLNAConversionIndicator 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 DLNAConversionIndicator valueOf(int code)
Copyright © 2023 jUPnP.org. All rights reserved.