public static enum PermittedAndSupportedFeatures.PermittedAndSupportedFeature extends java.lang.Enum<PermittedAndSupportedFeatures.PermittedAndSupportedFeature>
Native supported features that can be used.
| Enum Constant and Description |
|---|
CALENDAR |
CONTACT |
INLINE_VIDEO |
LOCATION |
ROTATION |
SENSORS |
SMS |
STORE_PICTURE |
TEL |
| Modifier and Type | Method and Description |
|---|---|
static PermittedAndSupportedFeatures.PermittedAndSupportedFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PermittedAndSupportedFeatures.PermittedAndSupportedFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermittedAndSupportedFeatures.PermittedAndSupportedFeature SMS
public static final PermittedAndSupportedFeatures.PermittedAndSupportedFeature TEL
public static final PermittedAndSupportedFeatures.PermittedAndSupportedFeature CALENDAR
public static final PermittedAndSupportedFeatures.PermittedAndSupportedFeature STORE_PICTURE
public static final PermittedAndSupportedFeatures.PermittedAndSupportedFeature INLINE_VIDEO
public static final PermittedAndSupportedFeatures.PermittedAndSupportedFeature LOCATION
public static final PermittedAndSupportedFeatures.PermittedAndSupportedFeature ROTATION
public static final PermittedAndSupportedFeatures.PermittedAndSupportedFeature SENSORS
public static final PermittedAndSupportedFeatures.PermittedAndSupportedFeature CONTACT
public static PermittedAndSupportedFeatures.PermittedAndSupportedFeature[] values()
for (PermittedAndSupportedFeatures.PermittedAndSupportedFeature c : PermittedAndSupportedFeatures.PermittedAndSupportedFeature.values()) System.out.println(c);
public static PermittedAndSupportedFeatures.PermittedAndSupportedFeature 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 null