public static enum SdkConstant.SdkConstantType extends Enum<SdkConstant.SdkConstantType>
| Enum Constant and Description |
|---|
ACTIVITY_INTENT_ACTION |
BROADCAST_INTENT_ACTION |
FEATURE |
INTENT_CATEGORY |
SERVICE_ACTION |
| Modifier and Type | Method and Description |
|---|---|
static SdkConstant.SdkConstantType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SdkConstant.SdkConstantType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SdkConstant.SdkConstantType ACTIVITY_INTENT_ACTION
public static final SdkConstant.SdkConstantType BROADCAST_INTENT_ACTION
public static final SdkConstant.SdkConstantType SERVICE_ACTION
public static final SdkConstant.SdkConstantType INTENT_CATEGORY
public static final SdkConstant.SdkConstantType FEATURE
public static SdkConstant.SdkConstantType[] values()
for (SdkConstant.SdkConstantType c : SdkConstant.SdkConstantType.values()) System.out.println(c);
public static SdkConstant.SdkConstantType 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 null