|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UPNPErrorsCode>
utils.UPNPErrorsCode
public enum UPNPErrorsCode
Method Summary | |
---|---|
java.lang.String |
getDescription()
Retorna a descricao do erro UPnP |
double |
getValue()
Retorna o codigo do erro UPnP |
static UPNPErrorsCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UPNPErrorsCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UPNPErrorsCode UPNP_SUCCESS
public static final UPNPErrorsCode UPNP_INVALID_ACTION
public static final UPNPErrorsCode UPNP_INVALID_ARGUMENTS
public static final UPNPErrorsCode UPNP_ACTION_FAILED
public static final UPNPErrorsCode UPNP_INVALID_VALUE_ARGUMENT
public static final UPNPErrorsCode UPNP_ARGUMENT_VALUE_OUT_OF_RANGE
public static final UPNPErrorsCode UPNP_OPTIONAL_ACTION_NOT_IMPLEMENTED
public static final UPNPErrorsCode UPNP_OUT_OF_MEMORY
public static final UPNPErrorsCode UPNP_HUMAN_INTERVENTION_REQUIRED
public static final UPNPErrorsCode UPNP_STRING_ARGUMENT_TOO_LONG
Method Detail |
---|
public static UPNPErrorsCode[] values()
for (UPNPErrorsCode c : UPNPErrorsCode.values()) System.out.println(c);
public static UPNPErrorsCode 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 name
java.lang.NullPointerException
- if the argument is nullpublic double getValue()
public java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |