g-Eclipse
Release 1.0.0

eu.geclipse.jsdl
Class JSDLModelFacade

java.lang.Object
  extended by eu.geclipse.jsdl.JSDLModelFacade

public class JSDLModelFacade
extends java.lang.Object

This class is for obtaining instances of model's objects. It hides subsequent factory calls.


Constructor Summary
JSDLModelFacade()
           
 
Method Summary
static DataStagingType getDataStagingType()
          Creates new instance of DataStagingType
static CreationFlagEnumeration getDefaultCreationFlag()
           
static SourceTargetType getSourceTargetType()
          Creates new instance of SourceTargetType.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSDLModelFacade

public JSDLModelFacade()
Method Detail

getDataStagingType

public static DataStagingType getDataStagingType()
Creates new instance of DataStagingType

Returns:
new instance of DataStagingType

getSourceTargetType

public static SourceTargetType getSourceTargetType()
Creates new instance of SourceTargetType. This object is needed to set details of DataStagingType objects.

Returns:
new instance of SourceTargetType

getDefaultCreationFlag

public static CreationFlagEnumeration getDefaultCreationFlag()

g-Eclipse
Release 1.0.0