|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Factory for the model. It provides a create method for each non-abstract class of the model.
DesignPackage
Field Summary | |
static java.lang.String |
copyright
|
static DesignFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
AxisAttributes |
createAxisAttributes()
Returns a new object of class 'Axis Attributes'. |
ColumnDefinition |
createColumnDefinition()
Returns a new object of class 'Column Definition'. |
DataAccessDesign |
createDataAccessDesign()
Returns a new object of class 'Data Access Design'. |
DataElementAttributes |
createDataElementAttributes()
Returns a new object of class 'Data Element Attributes'. |
DataElementUIHints |
createDataElementUIHints()
Returns a new object of class 'Data Element UI Hints'. |
DataSetDesign |
createDataSetDesign()
Returns a new object of class 'Data Set Design'. |
DataSetParameters |
createDataSetParameters()
Returns a new object of class 'Data Set Parameters'. |
DataSetQuery |
createDataSetQuery()
Returns a new object of class 'Data Set Query'. |
DataSourceDesign |
createDataSourceDesign()
Returns a new object of class 'Data Source Design'. |
DesignerState |
createDesignerState()
Returns a new object of class 'Designer State'. |
DesignerStateContent |
createDesignerStateContent()
Returns a new object of class 'Designer State Content'. |
DesignSessionRequest |
createDesignSessionRequest()
Returns a new object of class 'Session Request'. |
DesignSessionRequest |
createDesignSessionRequest(DataSetDesign dataSetDesign)
Creates and returns a new object of class 'Session Request' that contains the given DataSetDesign. |
DesignSessionRequest |
createDesignSessionRequest(DataSourceDesign dataSourceDesign)
Creates and returns a new object of class 'Session Request' that contains the given DataSourceDesign. |
DesignSessionResponse |
createDesignSessionResponse()
Returns a new object of class 'Session Response'. |
DocumentRoot |
createDocumentRoot()
Returns a new object of class 'Document Root'. |
DynamicValuesQuery |
createDynamicValuesQuery()
Returns a new object of class 'Dynamic Values Query'. |
InputElementAttributes |
createInputElementAttributes()
Returns a new object of class 'Input Element Attributes'. |
InputElementUIHints |
createInputElementUIHints()
Returns a new object of class 'Input Element UI Hints'. |
InputParameterAttributes |
createInputParameterAttributes()
Returns a new object of class 'Input Parameter Attributes'. |
InputParameterUIHints |
createInputParameterUIHints()
Returns a new object of class 'Input Parameter UI Hints'. |
Locale |
createLocale()
Returns a new object of class 'Locale'. |
NameValuePair |
createNameValuePair()
Returns a new object of class 'Name Value Pair'. |
OdaDesignSession |
createOdaDesignSession()
Returns a new object of class 'Oda Design Session'. |
OutputElementAttributes |
createOutputElementAttributes()
Returns a new object of class 'Output Element Attributes'. |
ParameterDefinition |
createParameterDefinition()
Returns a new object of class 'Parameter Definition'. |
ParameterFieldDefinition |
createParameterFieldDefinition()
Returns a new object of class 'Parameter Field Definition'. |
ParameterFields |
createParameterFields()
Returns a new object of class 'Parameter Fields'. |
Properties |
createProperties()
Returns a new object of class 'Properties'. |
Property |
createProperty()
Returns a new object of class 'Property'. |
PropertyAttributes |
createPropertyAttributes()
Returns a new object of class 'Property Attributes'. |
OdaDesignSession |
createRequestDesignSession(DataSourceDesign dataSourceDesign)
Creates and returns an OdaDesignSession instance with a DesignSessionRequest that contains the given DataSourceDesign. |
OdaDesignSession |
createResponseDesignSession(boolean isSessionOk,
DataSourceDesign dataSourceDesign)
Creates and returns a new OdaDesignSession instance with a DesignSessionResponse that contains the given session status and DataSourceDesign. |
ResultSetColumns |
createResultSetColumns()
Returns a new object of class 'Result Set Columns'. |
ResultSetDefinition |
createResultSetDefinition()
Returns a new object of class 'Result Set Definition'. |
ResultSets |
createResultSets()
Returns a new object of class 'Result Sets'. |
ScalarValueChoices |
createScalarValueChoices()
Returns a new object of class 'Scalar Value Choices'. |
ScalarValueDefinition |
createScalarValueDefinition()
Returns a new object of class 'Scalar Value Definition'. |
ValueFormatHints |
createValueFormatHints()
Returns a new object of class 'Value Format Hints'. |
DesignPackage |
getDesignPackage()
Returns the package supported by this factory. |
Field Detail |
public static final java.lang.String copyright
public static final DesignFactory eINSTANCE
Method Detail |
public AxisAttributes createAxisAttributes()
public ColumnDefinition createColumnDefinition()
public DataAccessDesign createDataAccessDesign()
public DataElementAttributes createDataElementAttributes()
public DataElementUIHints createDataElementUIHints()
public DataSetDesign createDataSetDesign()
public DataSetParameters createDataSetParameters()
public DataSetQuery createDataSetQuery()
public DataSourceDesign createDataSourceDesign()
public DesignerState createDesignerState()
public DesignerStateContent createDesignerStateContent()
public DesignSessionRequest createDesignSessionRequest()
public DesignSessionResponse createDesignSessionResponse()
public DocumentRoot createDocumentRoot()
public DynamicValuesQuery createDynamicValuesQuery()
public InputElementAttributes createInputElementAttributes()
public InputElementUIHints createInputElementUIHints()
public InputParameterAttributes createInputParameterAttributes()
public InputParameterUIHints createInputParameterUIHints()
public Locale createLocale()
public NameValuePair createNameValuePair()
public OdaDesignSession createOdaDesignSession()
public OutputElementAttributes createOutputElementAttributes()
public ParameterDefinition createParameterDefinition()
public ParameterFieldDefinition createParameterFieldDefinition()
public ParameterFields createParameterFields()
public Properties createProperties()
public Property createProperty()
public PropertyAttributes createPropertyAttributes()
public ResultSetColumns createResultSetColumns()
public ResultSetDefinition createResultSetDefinition()
public ResultSets createResultSets()
public ScalarValueChoices createScalarValueChoices()
public ScalarValueDefinition createScalarValueDefinition()
public ValueFormatHints createValueFormatHints()
public DesignPackage getDesignPackage()
public DesignSessionRequest createDesignSessionRequest(DataSourceDesign dataSourceDesign)
dataSourceDesign
- the data source design to edit;
may be null for a request to
create a new data source design
createDesignSessionRequest()
public DesignSessionRequest createDesignSessionRequest(DataSetDesign dataSetDesign)
dataSetDesign
- the data set design to edit
createDesignSessionRequest()
public OdaDesignSession createRequestDesignSession(DataSourceDesign dataSourceDesign)
dataSourceDesign
- the data source design to edit;
may be null for a session to
create a new data source designcreateDesignSessionRequest(DataSourceDesign)
public OdaDesignSession createResponseDesignSession(boolean isSessionOk, DataSourceDesign dataSourceDesign)
isSessionOk
- dataSourceDesign
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |