@Deprecated
public interface ModelQueryParameter
The following features are supported:
QueryPackage.getModelQueryParameter()| Modifier and Type | Method and Description |
|---|---|
int |
getLowerBound()
Deprecated.
Returns the value of the 'Lower Bound' attribute.
|
java.lang.String |
getName()
Deprecated.
Returns the value of the 'Name' attribute.
|
EClassifier |
getType()
Deprecated.
Returns the value of the 'Type' reference.
|
int |
getUpperBound()
Deprecated.
Returns the value of the 'Upper Bound' attribute.
|
void |
setLowerBound(int value)
Deprecated.
Sets the value of the '
Lower Bound' attribute. |
void |
setName(java.lang.String value)
Deprecated.
Sets the value of the '
Name' attribute. |
void |
setType(EClassifier value)
Deprecated.
Sets the value of the '
Type' reference. |
void |
setUpperBound(int value)
Deprecated.
Sets the value of the '
Upper Bound' attribute. |
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()