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

Packages that use ExtensionType
org.eclipse.mtj.api.enumerations   
org.eclipse.mtj.api.extension   
org.eclipse.mtj.api.extension.impl   
 

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

Fields in org.eclipse.mtj.api.enumerations declared as ExtensionType
static ExtensionType ExtensionType.ADMIN_GUI_PROVIDER_LITERAL
          The 'ADMIN GUI PROVIDER' literal object.
static ExtensionType ExtensionType.BUILD_MANAGEMENT_LITERAL
          The 'BUILD MANAGEMENT' literal object.
static ExtensionType ExtensionType.BUILD_PROVIDER_LITERAL
          The 'BUILD PROVIDER' literal object.
static ExtensionType ExtensionType.DEPLOYMENT_MANAGEMENT_LITERAL
          The 'DEPLOYMENT MANAGEMENT' literal object.
static ExtensionType ExtensionType.DEPLOYMENT_PROVIDER_LITERAL
          The 'DEPLOYMENT PROVIDER' literal object.
static ExtensionType ExtensionType.DEVICE_DESCRIPTION_PROVIDER_LITERAL
          The 'DEVICE DESCRIPTION PROVIDER' literal object.
static ExtensionType ExtensionType.DEVICE_MANAGEMENT_LITERAL
          The 'DEVICE MANAGEMENT' literal object.
static ExtensionType ExtensionType.DEVICE_PLATFORM_PROVIDER_LITERAL
          The 'DEVICE PLATFORM PROVIDER' literal object.
static ExtensionType ExtensionType.DRM_ENCODING_PROVIDER_LITERAL
          The 'DRM ENCODING PROVIDER' literal object.
static ExtensionType ExtensionType.GUI_BUILDER_MANAGEMENT_LITERAL
          The 'GUI BUILDER MANAGEMENT' literal object.
static ExtensionType ExtensionType.GUI_BUILDER_PROVIDER_LITERAL
          The 'GUI BUILDER PROVIDER' literal object.
static ExtensionType ExtensionType.OBFUSCATION_PROVIDER_LITERAL
          The 'OBFUSCATION PROVIDER' literal object.
static ExtensionType ExtensionType.PACKAGING_PROVIDER_LITERAL
          The 'PACKAGING PROVIDER' literal object.
static ExtensionType ExtensionType.PERSISTENT_STORE_PROVIDER_LITERAL
          The 'PERSISTENT STORE PROVIDER' literal object.
static ExtensionType ExtensionType.PREPROCESSING_PROVIDER_LITERAL
          The 'PREPROCESSING PROVIDER' literal object.
static ExtensionType ExtensionType.PREVERIFICATION_PROVIDER_LITERAL
          The 'PREVERIFICATION PROVIDER' literal object.
static ExtensionType ExtensionType.SCREEN_ENGINE_PROVIDER_LITERAL
          The 'SCREEN ENGINE PROVIDER' literal object.
static ExtensionType ExtensionType.SECURITY_MANAGEMENT_LITERAL
          The 'SECURITY MANAGEMENT' literal object.
static ExtensionType ExtensionType.SIGNING_PROVIDER_LITERAL
          The 'SIGNING PROVIDER' literal object.
 

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

Uses of ExtensionType in org.eclipse.mtj.api.extension
 

Methods in org.eclipse.mtj.api.extension that return ExtensionType
 ExtensionType MtjExtension.getType()
          Returns the value of the 'Type' attribute.
 

Methods in org.eclipse.mtj.api.extension with parameters of type ExtensionType
 void MtjExtension.setType(ExtensionType value)
          Sets the value of the 'Type' attribute.
 

Uses of ExtensionType in org.eclipse.mtj.api.extension.impl
 

Methods in org.eclipse.mtj.api.extension.impl that return ExtensionType
 ExtensionType MtjExtensionImpl.getType()
           
 

Methods in org.eclipse.mtj.api.extension.impl with parameters of type ExtensionType
 void MtjExtensionImpl.setType(ExtensionType newType)