org.eclipse.mtj.api.extension
Interface MtjExtension

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AdminGuiProvider, BuildExtension, BuildManagement, BuildProvider, DeploymentManagement, DeploymentProvider, DeviceDescriptionProvider, DeviceManagement, DevicePlatformProvider, DrmEncodingProvider, GuiBuilderManagement, GuiBuilderProvider, ObfuscationProvider, PackagingProvider, PreverificationProvider, ProprocessingProvider, ScreenEngineProvider, SecurityManagement, SigningProvider
All Known Implementing Classes:
BuildExtensionImpl, MtjExtensionImpl

public interface MtjExtension
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Mtj Extension'.

The following features are supported:

See Also:
ExtensionPackage.getMtjExtension()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 ExtensionType getType()
          Returns the value of the 'Type' attribute.
 java.lang.String getVendor()
          Returns the value of the 'Vendor' attribute.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 boolean isActive()
          Returns the value of the 'Active' attribute.
 void setActive(boolean value)
          Sets the value of the 'Active' attribute.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setType(ExtensionType value)
          Sets the value of the 'Type' attribute.
 void setVendor(java.lang.String value)
          Sets the value of the 'Vendor' attribute.
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), ExtensionPackage.getMtjExtension_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getVendor

java.lang.String getVendor()
Returns the value of the 'Vendor' attribute.

If the meaning of the 'Vendor' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Vendor' attribute.
See Also:
setVendor(String), ExtensionPackage.getMtjExtension_Vendor()

setVendor

void setVendor(java.lang.String value)
Sets the value of the 'Vendor' attribute.

Parameters:
value - the new value of the 'Vendor' attribute.
See Also:
getVendor()

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), ExtensionPackage.getMtjExtension_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), ExtensionPackage.getMtjExtension_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getType

ExtensionType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration ExtensionType.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
ExtensionType, setType(ExtensionType), ExtensionPackage.getMtjExtension_Type()

setType

void setType(ExtensionType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
ExtensionType, getType()

isActive

boolean isActive()
Returns the value of the 'Active' attribute.

If the meaning of the 'Active' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Active' attribute.
See Also:
setActive(boolean), ExtensionPackage.getMtjExtension_Active()

setActive

void setActive(boolean value)
Sets the value of the 'Active' attribute.

Parameters:
value - the new value of the 'Active' attribute.
See Also:
isActive()