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