|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpressionVariable
A representation of the model object 'Expression Variable'. Definition of a filter expression's variable.
The following features are supported:
DesignPackage.getExpressionVariable()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
Returns the value of the 'Identifier' attribute. |
int |
getNativeDataTypeCode()
Returns the value of the 'Native Data Type Code' attribute. |
ExpressionVariableType |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isSetNativeDataTypeCode()
Returns whether the value of the ' Native Data Type Code ' attribute is set. |
boolean |
isSetType()
Returns whether the value of the ' Type ' attribute is set. |
void |
setIdentifier(java.lang.String value)
Sets the value of the ' Identifier ' attribute. |
void |
setNativeDataTypeCode(int value)
Sets the value of the ' Native Data Type Code ' attribute. |
void |
setType(ExpressionVariableType value)
Sets the value of the ' Type ' attribute. |
void |
unsetNativeDataTypeCode()
Unsets the value of the ' Native Data Type Code ' attribute. |
void |
unsetType()
Unsets the value of the ' Type ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
ExpressionVariableType getType()
"ResultSetColumn"
.
The literals are from the enumeration ExpressionVariableType
.
The type of variable.
ExpressionVariableType
,
isSetType()
,
unsetType()
,
setType(ExpressionVariableType)
,
DesignPackage.getExpressionVariable_Type()
void setType(ExpressionVariableType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.ExpressionVariableType
,
isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(ExpressionVariableType)
boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(ExpressionVariableType)
java.lang.String getIdentifier()
setIdentifier(String)
,
DesignPackage.getExpressionVariable_Identifier()
void setIdentifier(java.lang.String value)
Identifier
' attribute.
value
- the new value of the 'Identifier' attribute.getIdentifier()
int getNativeDataTypeCode()
isSetNativeDataTypeCode()
,
unsetNativeDataTypeCode()
,
setNativeDataTypeCode(int)
,
DesignPackage.getExpressionVariable_NativeDataTypeCode()
void setNativeDataTypeCode(int value)
Native Data Type Code
' attribute.
value
- the new value of the 'Native Data Type Code' attribute.isSetNativeDataTypeCode()
,
unsetNativeDataTypeCode()
,
getNativeDataTypeCode()
void unsetNativeDataTypeCode()
Native Data Type Code
' attribute.
isSetNativeDataTypeCode()
,
getNativeDataTypeCode()
,
setNativeDataTypeCode(int)
boolean isSetNativeDataTypeCode()
Native Data Type Code
' attribute is set.
unsetNativeDataTypeCode()
,
getNativeDataTypeCode()
,
setNativeDataTypeCode(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |