Enum Constant and Description |
---|
Err_InvalidParameter |
Err_NotSupport |
S_ERR |
S_OK |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
static ClResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeToParcel(Parcel arg0,
int arg1) |
public static final ClResult S_OK
public static final ClResult S_ERR
public static final ClResult Err_InvalidParameter
public static final ClResult Err_NotSupport
public static ClResult[] values()
for (ClResult c : ClResult.values()) System.out.println(c);
public static ClResult 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 namejava.lang.NullPointerException
- if the argument is nullpublic int describeContents()
public void writeToParcel(Parcel arg0, int arg1)