|
||||||||||
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 | |
---|---|
int |
getLowerBound()
Returns the value of the 'Lower Bound' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
EClassifier |
getType()
Returns the value of the 'Type' reference. |
int |
getUpperBound()
Returns the value of the 'Upper Bound' attribute. |
void |
setLowerBound(int value)
Sets the value of the ' Lower Bound ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setType(EClassifier value)
Sets the value of the ' Type ' reference. |
void |
setUpperBound(int value)
Sets the value of the ' Upper Bound ' attribute. |
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()
int getUpperBound()
"1"
.
If the meaning of the 'Upper Bound' attribute isn't clear, there really should be more of a description here...
setUpperBound(int)
,
QueryPackage.getModelQueryParameter_UpperBound()
void setUpperBound(int value)
Upper Bound
' attribute.
value
- the new value of the 'Upper Bound' attribute.getUpperBound()
int getLowerBound()
"0"
.
If the meaning of the 'Lower Bound' attribute isn't clear, there really should be more of a description here...
setLowerBound(int)
,
QueryPackage.getModelQueryParameter_LowerBound()
void setLowerBound(int value)
Lower Bound
' attribute.
value
- the new value of the 'Lower Bound' attribute.getLowerBound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |