public interface QueryType
The following features are supported:
EjbJar20Package.getQueryType()| Modifier and Type | Method and Description |
|---|---|
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. |
DescriptionType getDescription()
If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...
setDescription(DescriptionType),
EjbJar20Package.getQueryType_Description()void setDescription(DescriptionType value)
Description' containment reference.
value - the new value of the 'Description' containment reference.getDescription()QueryMethodType getQueryMethod()
If the meaning of the 'Query Method' containment reference isn't clear, there really should be more of a description here...
setQueryMethod(QueryMethodType),
EjbJar20Package.getQueryType_QueryMethod()void setQueryMethod(QueryMethodType value)
Query Method' containment reference.
value - the new value of the 'Query Method' containment reference.getQueryMethod()ResultTypeMappingType getResultTypeMapping()
If the meaning of the 'Result Type Mapping' containment reference isn't clear, there really should be more of a description here...
setResultTypeMapping(ResultTypeMappingType),
EjbJar20Package.getQueryType_ResultTypeMapping()void setResultTypeMapping(ResultTypeMappingType value)
Result Type Mapping' containment reference.
value - the new value of the 'Result Type Mapping' containment reference.getResultTypeMapping()EjbQlType getEjbQl()
If the meaning of the 'Ejb Ql' containment reference isn't clear, there really should be more of a description here...
setEjbQl(EjbQlType),
EjbJar20Package.getQueryType_EjbQl()void setEjbQl(EjbQlType value)
Ejb Ql' containment reference.
value - the new value of the 'Ejb Ql' containment reference.getEjbQl()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar20Package.getQueryType_Id()