public enum MobileResourceType extends 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 |
---|---|
String |
getType() |
static MobileResourceType |
valueOf(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(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 nullpublic String getType()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"