public class C_TextReplaceMatchingRegex
extends org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression
| Constructor and Description |
|---|
C_TextReplaceMatchingRegex() |
C_TextReplaceMatchingRegex(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression toCheckText,
TD_Value regexp,
TD_Value replacing) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
C_OperatorType |
getOperator() |
TD_Value |
getRegexp() |
TD_Value |
getReplacing() |
String |
getReturnedDataType() |
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
getToCheckText() |
void |
setRegexp(TD_Value regexp) |
void |
setReplacing(TD_Value replacing) |
void |
setToCheckText(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression toCheckText) |
String |
toString() |
protected String id
public C_OperatorType getOperator()
public String getReturnedDataType()
public String getId()
getId in class org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expressionpublic org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression getToCheckText()
public void setToCheckText(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression toCheckText)
public TD_Value getRegexp()
public void setRegexp(TD_Value regexp)
public TD_Value getReplacing()
public void setReplacing(TD_Value replacing)
public String toString()
toString in class org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_ExpressionCopyright © 2014. All Rights Reserved.