g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.impl
Class DataStagingTypeImpl

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

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

public class DataStagingTypeImpl
extends EObjectImpl
implements DataStagingType

An implementation of the model object 'Data Staging Type'.

The following features are implemented:


Method Summary
 NotificationChain basicSetSource(SourceTargetType newSource, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetTarget(SourceTargetType newTarget, NotificationChain msgs)
          Deprecated.  
 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.  
 CreationFlagEnumeration getCreationFlag()
          Deprecated.  
 java.lang.String getFileName()
          Deprecated.  
 java.lang.String getFilesystemName()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 SourceTargetType getSource()
          Deprecated.  
 SourceTargetType getTarget()
          Deprecated.  
 boolean isDeleteOnTermination()
          Deprecated.  
 boolean isSetCreationFlag()
          Deprecated.  
 boolean isSetDeleteOnTermination()
          Deprecated.  
 void setCreationFlag(CreationFlagEnumeration newCreationFlag)
          Deprecated.  
 void setDeleteOnTermination(boolean newDeleteOnTermination)
          Deprecated.  
 void setFileName(java.lang.String newFileName)
          Deprecated.  
 void setFilesystemName(java.lang.String newFilesystemName)
          Deprecated.  
 void setName(java.lang.String newName)
          Deprecated.  
 void setSource(SourceTargetType newSource)
          Deprecated.  
 void setTarget(SourceTargetType newTarget)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 void unsetCreationFlag()
          Deprecated.  
 void unsetDeleteOnTermination()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFileName

public java.lang.String getFileName()
Deprecated. 

Specified by:
getFileName in interface DataStagingType
Returns:
the value of the 'File Name' attribute.
See Also:
DataStagingType.setFileName(String), JsdlPackage.getDataStagingType_FileName()

setFileName

public void setFileName(java.lang.String newFileName)
Deprecated. 

Specified by:
setFileName in interface DataStagingType
Parameters:
newFileName - the new value of the 'File Name' attribute.
See Also:
DataStagingType.getFileName()

getFilesystemName

public java.lang.String getFilesystemName()
Deprecated. 

Specified by:
getFilesystemName in interface DataStagingType
Returns:
the value of the 'Filesystem Name' attribute.
See Also:
DataStagingType.setFilesystemName(String), JsdlPackage.getDataStagingType_FilesystemName()

setFilesystemName

public void setFilesystemName(java.lang.String newFilesystemName)
Deprecated. 

Specified by:
setFilesystemName in interface DataStagingType
Parameters:
newFilesystemName - the new value of the 'Filesystem Name' attribute.
See Also:
DataStagingType.getFilesystemName()

getCreationFlag

public CreationFlagEnumeration getCreationFlag()
Deprecated. 

Specified by:
getCreationFlag in interface DataStagingType
Returns:
the value of the 'Creation Flag' attribute.
See Also:
CreationFlagEnumeration, DataStagingType.isSetCreationFlag(), DataStagingType.unsetCreationFlag(), DataStagingType.setCreationFlag(CreationFlagEnumeration), JsdlPackage.getDataStagingType_CreationFlag()

setCreationFlag

public void setCreationFlag(CreationFlagEnumeration newCreationFlag)
Deprecated. 

Specified by:
setCreationFlag in interface DataStagingType
Parameters:
newCreationFlag - the new value of the 'Creation Flag' attribute.
See Also:
CreationFlagEnumeration, DataStagingType.isSetCreationFlag(), DataStagingType.unsetCreationFlag(), DataStagingType.getCreationFlag()

unsetCreationFlag

public void unsetCreationFlag()
Deprecated. 

Specified by:
unsetCreationFlag in interface DataStagingType
See Also:
DataStagingType.isSetCreationFlag(), DataStagingType.getCreationFlag(), DataStagingType.setCreationFlag(CreationFlagEnumeration)

isSetCreationFlag

public boolean isSetCreationFlag()
Deprecated. 

Specified by:
isSetCreationFlag in interface DataStagingType
Returns:
whether the value of the 'Creation Flag' attribute is set.
See Also:
DataStagingType.unsetCreationFlag(), DataStagingType.getCreationFlag(), DataStagingType.setCreationFlag(CreationFlagEnumeration)

isDeleteOnTermination

public boolean isDeleteOnTermination()
Deprecated. 

Specified by:
isDeleteOnTermination in interface DataStagingType
Returns:
the value of the 'Delete On Termination' attribute.
See Also:
DataStagingType.isSetDeleteOnTermination(), DataStagingType.unsetDeleteOnTermination(), DataStagingType.setDeleteOnTermination(boolean), JsdlPackage.getDataStagingType_DeleteOnTermination()

setDeleteOnTermination

public void setDeleteOnTermination(boolean newDeleteOnTermination)
Deprecated. 

Specified by:
setDeleteOnTermination in interface DataStagingType
Parameters:
newDeleteOnTermination - the new value of the 'Delete On Termination' attribute.
See Also:
DataStagingType.isSetDeleteOnTermination(), DataStagingType.unsetDeleteOnTermination(), DataStagingType.isDeleteOnTermination()

unsetDeleteOnTermination

public void unsetDeleteOnTermination()
Deprecated. 

Specified by:
unsetDeleteOnTermination in interface DataStagingType
See Also:
DataStagingType.isSetDeleteOnTermination(), DataStagingType.isDeleteOnTermination(), DataStagingType.setDeleteOnTermination(boolean)

isSetDeleteOnTermination

public boolean isSetDeleteOnTermination()
Deprecated. 

Specified by:
isSetDeleteOnTermination in interface DataStagingType
Returns:
whether the value of the 'Delete On Termination' attribute is set.
See Also:
DataStagingType.unsetDeleteOnTermination(), DataStagingType.isDeleteOnTermination(), DataStagingType.setDeleteOnTermination(boolean)

getSource

public SourceTargetType getSource()
Deprecated. 

Specified by:
getSource in interface DataStagingType
Returns:
the value of the 'Source' containment reference.
See Also:
DataStagingType.setSource(SourceTargetType), JsdlPackage.getDataStagingType_Source()

basicSetSource

public NotificationChain basicSetSource(SourceTargetType newSource,
                                        NotificationChain msgs)
Deprecated. 


setSource

public void setSource(SourceTargetType newSource)
Deprecated. 

Specified by:
setSource in interface DataStagingType
Parameters:
newSource - the new value of the 'Source' containment reference.
See Also:
DataStagingType.getSource()

getTarget

public SourceTargetType getTarget()
Deprecated. 

Specified by:
getTarget in interface DataStagingType
Returns:
the value of the 'Target' containment reference.
See Also:
DataStagingType.setTarget(SourceTargetType), JsdlPackage.getDataStagingType_Target()

basicSetTarget

public NotificationChain basicSetTarget(SourceTargetType newTarget,
                                        NotificationChain msgs)
Deprecated. 


setTarget

public void setTarget(SourceTargetType newTarget)
Deprecated. 

Specified by:
setTarget in interface DataStagingType
Parameters:
newTarget - the new value of the 'Target' containment reference.
See Also:
DataStagingType.getTarget()

getAny

public FeatureMap getAny()
Deprecated. 

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

getName

public java.lang.String getName()
Deprecated. 

Specified by:
getName in interface DataStagingType
Returns:
the value of the 'Name' attribute.
See Also:
DataStagingType.setName(String), JsdlPackage.getDataStagingType_Name()

setName

public void setName(java.lang.String newName)
Deprecated. 

Specified by:
setName in interface DataStagingType
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
DataStagingType.getName()

getAnyAttribute

public FeatureMap getAnyAttribute()
Deprecated. 

Specified by:
getAnyAttribute in interface DataStagingType
Returns:
the value of the 'Any Attribute' attribute list.
See Also:
JsdlPackage.getDataStagingType_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