public class C_Multiplication extends C_ArithmeticExpression
acceptedDataTypes, leftArgument, rightArgument| Constructor and Description |
|---|
C_Multiplication() |
C_Multiplication(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression leftArgument,
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression rightArgument) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
C_OperatorType |
getOperator() |
String |
toString() |
allowedLeftDataTypes, allowedRightDataTypes, getLeftArgument, getReturnedDataType, getRightArgument, isAccepted, setLeftArgument, setRightArgumentpublic C_Multiplication()
public C_Multiplication(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression leftArgument,
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression rightArgument)
public C_OperatorType getOperator()
public String getId()
getId in class C_ArithmeticExpressionpublic String toString()
toString in class C_ArithmeticExpressionCopyright © 2015. All Rights Reserved.