|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.oda.spec.manifest.CombinedExpressionOperatorDefinition
public class CombinedExpressionOperatorDefinition
Represents the definition of a value expression combined operator type, as specified in an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
Nested Class Summary | |
---|---|
class |
CombinedExpressionOperatorDefinition.CustomCombinedOperatorDefinition
|
Method Summary | |
---|---|
static java.lang.String |
getCustomLiteralAttributeValue(org.eclipse.core.runtime.IConfigurationElement opElement)
For internal use only. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getId()
|
static java.lang.String |
getIdAttributeValue(org.eclipse.core.runtime.IConfigurationElement opElement)
For internal use only. |
CombinedValueExpressionOperator |
getOperator()
Returns an instance of ValueExpressionCombinedOperator for use in an ODA CombinedValueExpression ,
based on the class attribute specified in this definition. |
boolean |
isBuiltInOperator()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getIdAttributeValue(org.eclipse.core.runtime.IConfigurationElement opElement) throws OdaException
OdaException
public static java.lang.String getCustomLiteralAttributeValue(org.eclipse.core.runtime.IConfigurationElement opElement) throws OdaException
OdaException
public java.lang.String getId()
public java.lang.String getDisplayName()
public boolean isBuiltInOperator()
public CombinedValueExpressionOperator getOperator()
CombinedValueExpression
,
based on the class attribute specified in this definition.
CombinedValueExpressionOperator
or its subclass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |