|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DevicesProperties>
org.eclipse.mtj.toolkit.uei.model.properties.DevicesProperties
public enum DevicesProperties
When the emulator runs with the -Xquery
option, information describing the emulator and its capabilities are sent to
standard output. The general format is that of a properties file.
The properties describing common information for all devices are represented by this enum.
| Enum Constant Summary | |
|---|---|
DEVICE_LIST
Property Key: device.listValue: Comma-separated list of device names. |
|
SECURITY_DOMAINS
Property Key: security.domainsValue: Comma-separated list of security domains supported by the emulator. |
|
UEI_ARGUMENTS
Property Key: uei.argumentsValue: List of the UEI arguments supported by all devices. |
|
UEI_VERSION
Property Key: uei.versionValue: The version of the UEI specification supported by this emulator. |
|
| Method Summary | |
|---|---|
UEIImplementationReq |
getImplementationRequirement()
Return the implementation requirement for this property. |
String |
toString()
|
static DevicesProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DevicesProperties[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DevicesProperties DEVICE_LIST
device.list
public static final DevicesProperties UEI_ARGUMENTS
uei.arguments
public static final DevicesProperties UEI_VERSION
uei.version1.0 or 1.0.1
. If this property is not specified, its value is 1.0.
public static final DevicesProperties SECURITY_DOMAINS
security.domains
| Method Detail |
|---|
public static final DevicesProperties[] values()
for(DevicesProperties c : DevicesProperties.values())
System.out.println(c);
public static DevicesProperties valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic UEIImplementationReq getImplementationRequirement()
UEIImplementationReq.REQUIRED if this property must be
implemented or UEIImplementationReq.OPTIONAL if not.public String toString()
toString in class Enum<DevicesProperties>
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||