g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.impl
Class ApplicationTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.jsdl.model.impl.ApplicationTypeImpl
All Implemented Interfaces:
ApplicationType

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

public class ApplicationTypeImpl
extends EObjectImpl
implements ApplicationType

An implementation of the model object 'Application Type'.

The following features are implemented:


Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
          Deprecated.  
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
          Deprecated.  
 boolean eIsSet(int featureID)
          Deprecated.  
 void eSet(int featureID, java.lang.Object newValue)
          Deprecated.  
 void eUnset(int featureID)
          Deprecated.  
 FeatureMap getAny()
          Deprecated.  
 FeatureMap getAnyAttribute()
          Deprecated.  
 java.lang.String getApplicationName()
          Deprecated.  
 java.lang.String getApplicationVersion()
          Deprecated.  
 java.lang.String getDescription()
          Deprecated.  
 void setApplicationName(java.lang.String newApplicationName)
          Deprecated.  
 void setApplicationVersion(java.lang.String newApplicationVersion)
          Deprecated.  
 void setDescription(java.lang.String newDescription)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getApplicationName

public java.lang.String getApplicationName()
Deprecated. 

Specified by:
getApplicationName in interface ApplicationType
Returns:
the value of the 'Application Name' attribute.
See Also:
ApplicationType.setApplicationName(String), JsdlPackage.getApplicationType_ApplicationName()

setApplicationName

public void setApplicationName(java.lang.String newApplicationName)
Deprecated. 

Specified by:
setApplicationName in interface ApplicationType
Parameters:
newApplicationName - the new value of the 'Application Name' attribute.
See Also:
ApplicationType.getApplicationName()

getApplicationVersion

public java.lang.String getApplicationVersion()
Deprecated. 

Specified by:
getApplicationVersion in interface ApplicationType
Returns:
the value of the 'Application Version' attribute.
See Also:
ApplicationType.setApplicationVersion(String), JsdlPackage.getApplicationType_ApplicationVersion()

setApplicationVersion

public void setApplicationVersion(java.lang.String newApplicationVersion)
Deprecated. 

Specified by:
setApplicationVersion in interface ApplicationType
Parameters:
newApplicationVersion - the new value of the 'Application Version' attribute.
See Also:
ApplicationType.getApplicationVersion()

getDescription

public java.lang.String getDescription()
Deprecated. 

Specified by:
getDescription in interface ApplicationType
Returns:
the value of the 'Description' attribute.
See Also:
ApplicationType.setDescription(String), JsdlPackage.getApplicationType_Description()

setDescription

public void setDescription(java.lang.String newDescription)
Deprecated. 

Specified by:
setDescription in interface ApplicationType
Parameters:
newDescription - the new value of the 'Description' attribute.
See Also:
ApplicationType.getDescription()

getAny

public FeatureMap getAny()
Deprecated. 

Specified by:
getAny in interface ApplicationType
Returns:
the value of the 'Any' attribute list.
See Also:
JsdlPackage.getApplicationType_Any()

getAnyAttribute

public FeatureMap getAnyAttribute()
Deprecated. 

Specified by:
getAnyAttribute in interface ApplicationType
Returns:
the value of the 'Any Attribute' attribute list.
See Also:
JsdlPackage.getApplicationType_AnyAttribute()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)
Deprecated. 


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)
Deprecated. 


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)
Deprecated. 


eUnset

public void eUnset(int featureID)
Deprecated. 


eIsSet

public boolean eIsSet(int featureID)
Deprecated. 


toString

public java.lang.String toString()
Deprecated. 


g-Eclipse
Release 1.0.0