Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.toolkit.uei.model.properties.UEIImplementationReq

Packages that use UEIImplementationReq
org.eclipse.mtj.toolkit.uei.model.properties This package provides the model for representing UEI properties. 
 

Uses of UEIImplementationReq in org.eclipse.mtj.toolkit.uei.model.properties
 

Methods in org.eclipse.mtj.toolkit.uei.model.properties that return UEIImplementationReq
 UEIImplementationReq DevicesProperties.getImplementationRequirement()
          Return the implementation requirement for this property.
 UEIImplementationReq DeviceSpecificProperties.getImplementationRequirement()
          Return the implementation requirement for this property.
static UEIImplementationReq UEIImplementationReq.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UEIImplementationReq[] UEIImplementationReq.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


Mobile Tools for Java
Release 1.0