g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model
Interface ApplicationType

All Known Implementing Classes:
ApplicationTypeImpl

Deprecated. This interface is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base

public interface ApplicationType

A representation of the model object 'Application Type'.

The following features are supported:

See Also:
JsdlPackage.getApplicationType()

Method Summary
 FeatureMap getAny()
          Deprecated. Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Deprecated. Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getApplicationName()
          Deprecated. Returns the value of the 'Application Name' attribute
 java.lang.String getApplicationVersion()
          Deprecated. Returns the value of the 'Application Version' attribute
 java.lang.String getDescription()
          Deprecated. Returns the value of the 'Description' attribute
 void setApplicationName(java.lang.String value)
          Deprecated. Sets the value of the 'Application Name' attribute
 void setApplicationVersion(java.lang.String value)
          Deprecated. Sets the value of the 'Application Version' attribute
 void setDescription(java.lang.String value)
          Deprecated. Sets the value of the 'Description' attribute
 

Method Detail

getApplicationName

java.lang.String getApplicationName()
Deprecated. 
Returns the value of the 'Application Name' attribute.

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

Returns:
the value of the 'Application Name' attribute.
See Also:
setApplicationName(String), JsdlPackage.getApplicationType_ApplicationName()

setApplicationName

void setApplicationName(java.lang.String value)
Deprecated. 
Sets the value of the 'Application Name' attribute.

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

getApplicationVersion

java.lang.String getApplicationVersion()
Deprecated. 
Returns the value of the 'Application Version' attribute.

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

Returns:
the value of the 'Application Version' attribute.
See Also:
setApplicationVersion(String), JsdlPackage.getApplicationType_ApplicationVersion()

setApplicationVersion

void setApplicationVersion(java.lang.String value)
Deprecated. 
Sets the value of the 'Application Version' attribute.

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

getDescription

java.lang.String getDescription()
Deprecated. 
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), JsdlPackage.getApplicationType_Description()

setDescription

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

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

getAny

FeatureMap getAny()
Deprecated. 
Returns the value of the 'Any' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any' attribute list.
See Also:
JsdlPackage.getApplicationType_Any()

getAnyAttribute

FeatureMap getAnyAttribute()
Deprecated. 
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
JsdlPackage.getApplicationType_AnyAttribute()

g-Eclipse
Release 1.0.0