public enum MobileResourceType extends java.lang.Enum<MobileResourceType>
| Enum Constant and Description |
|---|
CONTENT
Enum to mark the an content of an application instance.
|
GROUP
Enum to mark a group of application instances.
|
INSTANCE
Enum to mark the an application instance.
|
NOTIFICATION
Enum to mark the notifications of an application instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType() |
static MobileResourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MobileResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MobileResourceType GROUP
public static final MobileResourceType INSTANCE
public static final MobileResourceType CONTENT
public static final MobileResourceType NOTIFICATION
public static MobileResourceType[] values()
for (MobileResourceType c : MobileResourceType.values()) System.out.println(c);
public static MobileResourceType 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 java.lang.String getType()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"