Uses of Class
org.eclipse.mtj.api.enumerations.Capability

Packages that use Capability
org.eclipse.mtj.api.devices   
org.eclipse.mtj.api.devices.impl   
org.eclipse.mtj.api.enumerations   
org.eclipse.mtj.api.preprocessing   
org.eclipse.mtj.api.preprocessing.impl   
 

Uses of Capability in org.eclipse.mtj.api.devices
 

Methods in org.eclipse.mtj.api.devices that return Capability
 Capability DeviceCapability.getName()
          Returns the value of the 'Name' attribute.
 

Methods in org.eclipse.mtj.api.devices with parameters of type Capability
 void DeviceCapability.setName(Capability value)
          Sets the value of the 'Name' attribute.
 

Uses of Capability in org.eclipse.mtj.api.devices.impl
 

Methods in org.eclipse.mtj.api.devices.impl that return Capability
 Capability DeviceCapabilityImpl.getName()
           
 

Methods in org.eclipse.mtj.api.devices.impl with parameters of type Capability
 void DeviceCapabilityImpl.setName(Capability newName)
           
 

Uses of Capability in org.eclipse.mtj.api.enumerations
 

Fields in org.eclipse.mtj.api.enumerations declared as Capability
static Capability Capability.BITS_PER_PIXEL_LITERAL
          The 'BITS PER PIXEL' literal object.
static Capability Capability.CAMERA_RESOLUTION_LITERAL
          The 'CAMERA RESOLUTION' literal object.
static Capability Capability.CANVAS_SIZE_LITERAL
          The 'CANVAS SIZE' literal object.
static Capability Capability.DEVICE_CONFIGURATION_LITERAL
          The 'DEVICE CONFIGURATION' literal object.
static Capability Capability.DEVICE_PROFILE_LITERAL
          The 'DEVICE PROFILE' literal object.
static Capability Capability.HEAP_SIZE_LITERAL
          The 'HEAP SIZE' literal object.
static Capability Capability.JAVA_PROTOCOL_LITERAL
          The 'JAVA PROTOCOL' literal object.
static Capability Capability.MAX_JAR_SIZE_LITERAL
          The 'MAX JAR SIZE' literal object.
static Capability Capability.OS_LITERAL
          The 'OS' literal object.
static Capability Capability.SCREEN_SIZE_LITERAL
          The 'SCREEN SIZE' literal object.
static Capability Capability.SERVICE_API_LITERAL
          The 'SERVICE API' literal object.
static Capability Capability.SOUND_FORMAT_LITERAL
          The 'SOUND FORMAT' literal object.
static Capability Capability.VIDEO_FORMAT_LITERAL
          The 'VIDEO FORMAT' literal object.
 

Methods in org.eclipse.mtj.api.enumerations that return Capability
static Capability Capability.get(int value)
          Returns the 'Capability' literal with the specified value.
static Capability Capability.get(java.lang.String name)
          Returns the 'Capability' literal with the specified name.
 

Uses of Capability in org.eclipse.mtj.api.preprocessing
 

Methods in org.eclipse.mtj.api.preprocessing that return Capability
 Capability CapabilityCondition.getName()
          Returns the value of the 'Name' attribute.
 

Methods in org.eclipse.mtj.api.preprocessing with parameters of type Capability
 void CapabilityCondition.setName(Capability value)
          Sets the value of the 'Name' attribute.
 

Uses of Capability in org.eclipse.mtj.api.preprocessing.impl
 

Methods in org.eclipse.mtj.api.preprocessing.impl that return Capability
 Capability CapabilityConditionImpl.getName()
           
 

Methods in org.eclipse.mtj.api.preprocessing.impl with parameters of type Capability
 void CapabilityConditionImpl.setName(Capability newName)