|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModelQueryParameter
A representation of the model object 'Model Query Parameter'. ModelQueryParameter is a class representing the query parameters.
The following features are supported:
QueryPackage.getModelQueryParameter()| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
EClassifier |
getType()
Returns the value of the 'Type' reference. |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute. |
void |
setType(EClassifier value)
Sets the value of the ' Type' reference. |
| Method Detail |
|---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
ModelQueryParameter::name is the parameter name. In each query the parameter names must be unique.
setName(String),
QueryPackage.getModelQueryParameter_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()EClassifier getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
ModelQueryParameter::type is an ecore::DataType representing the query parameter type.
setType(EClassifier),
QueryPackage.getModelQueryParameter_Type()void setType(EClassifier value)
Type' reference.
value - the new value of the 'Type' reference.getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||