org.eclipse.mtj.api.runtimes
Interface JvmImplementation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JvmImplementationImpl

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

A representation of the model object 'Jvm Implementation'.

The following features are supported:

See Also:
RuntimesPackage.getJvmImplementation()

Method Summary
 java.lang.String getFileRef()
          Returns the value of the 'File Ref' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getVendor()
          Returns the value of the 'Vendor' attribute.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 void setFileRef(java.lang.String value)
          Sets the value of the 'File Ref' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RuntimesPackage.getJvmImplementation_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

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), RuntimesPackage.getJvmImplementation_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()

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), RuntimesPackage.getJvmImplementation_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()

getFileRef

java.lang.String getFileRef()
Returns the value of the 'File Ref' attribute.

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

Returns:
the value of the 'File Ref' attribute.
See Also:
setFileRef(String), RuntimesPackage.getJvmImplementation_FileRef()

setFileRef

void setFileRef(java.lang.String value)
Sets the value of the 'File Ref' attribute.

Parameters:
value - the new value of the 'File Ref' attribute.
See Also:
getFileRef()