public static enum Wedge.IntentDeliveryMode extends java.lang.Enum<Wedge.IntentDeliveryMode>
Enum Constant and Description |
---|
BROADCAST_INTENT
ブロードキャストインテント Broadcast intent |
START_ACTIVITY
Start Activityで送信 Send with Start Activity |
START_SERVICE
Start Serviceで送信 Send with Start Service |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static Wedge.IntentDeliveryMode |
valueOf(int id) |
static Wedge.IntentDeliveryMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Wedge.IntentDeliveryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wedge.IntentDeliveryMode START_ACTIVITY
public static final Wedge.IntentDeliveryMode START_SERVICE
public static final Wedge.IntentDeliveryMode BROADCAST_INTENT
public static Wedge.IntentDeliveryMode[] values()
for (Wedge.IntentDeliveryMode c : Wedge.IntentDeliveryMode.values()) System.out.println(c);
public static Wedge.IntentDeliveryMode 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 static Wedge.IntentDeliveryMode valueOf(int id)
public int getId()