org.eclipse.modisco.jee.ejbjar.EjbJar20
Interface QueryType


public interface QueryType

A representation of the model object 'Query Type'.

The following features are supported:

See Also:
EjbJar20Package.getQueryType()
Generated:
Model:
extendedMetaData="name='query_._type' kind='elementOnly'"

Method Summary
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 EjbQlType getEjbQl()
          Returns the value of the 'Ejb Ql' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 QueryMethodType getQueryMethod()
          Returns the value of the 'Query Method' containment reference.
 ResultTypeMappingType getResultTypeMapping()
          Returns the value of the 'Result Type Mapping' containment reference.
 void setDescription(DescriptionType value)
          Sets the value of the 'Description' containment reference.
 void setEjbQl(EjbQlType value)
          Sets the value of the 'Ejb Ql' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setQueryMethod(QueryMethodType value)
          Sets the value of the 'Query Method' containment reference.
 void setResultTypeMapping(ResultTypeMappingType value)
          Sets the value of the 'Result Type Mapping' containment reference.
 

Method Detail

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), EjbJar20Package.getQueryType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getQueryMethod

QueryMethodType getQueryMethod()
Returns the value of the 'Query Method' containment reference.

If the meaning of the 'Query Method' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Query Method' containment reference.
See Also:
setQueryMethod(QueryMethodType), EjbJar20Package.getQueryType_QueryMethod()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='query-method' namespace='##targetNamespace'"

setQueryMethod

void setQueryMethod(QueryMethodType value)
Sets the value of the 'Query Method' containment reference.

Parameters:
value - the new value of the 'Query Method' containment reference.
See Also:
getQueryMethod()
Generated:

getResultTypeMapping

ResultTypeMappingType getResultTypeMapping()
Returns the value of the 'Result Type Mapping' containment reference.

If the meaning of the 'Result Type Mapping' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Result Type Mapping' containment reference.
See Also:
setResultTypeMapping(ResultTypeMappingType), EjbJar20Package.getQueryType_ResultTypeMapping()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='result-type-mapping' namespace='##targetNamespace'"

setResultTypeMapping

void setResultTypeMapping(ResultTypeMappingType value)
Sets the value of the 'Result Type Mapping' containment reference.

Parameters:
value - the new value of the 'Result Type Mapping' containment reference.
See Also:
getResultTypeMapping()
Generated:

getEjbQl

EjbQlType getEjbQl()
Returns the value of the 'Ejb Ql' containment reference.

If the meaning of the 'Ejb Ql' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Ql' containment reference.
See Also:
setEjbQl(EjbQlType), EjbJar20Package.getQueryType_EjbQl()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-ql' namespace='##targetNamespace'"

setEjbQl

void setEjbQl(EjbQlType value)
Sets the value of the 'Ejb Ql' containment reference.

Parameters:
value - the new value of the 'Ejb Ql' containment reference.
See Also:
getEjbQl()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar20Package.getQueryType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: