public class C_SubstringByRegex
extends org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression
| Constructor and Description |
|---|
C_SubstringByRegex() |
C_SubstringByRegex(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression sourceString,
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression regex) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
C_OperatorType |
getOperator() |
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
getRegex() |
String |
getReturnedDataType() |
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
getSourceString() |
void |
setRegex(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression regex) |
void |
setSourceString(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression sourceString) |
String |
toString() |
protected String id
public C_SubstringByRegex()
public C_SubstringByRegex(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression sourceString,
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression regex)
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 getSourceString()
public void setSourceString(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression sourceString)
public org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression getRegex()
public void setRegex(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression regex)
public String toString()
toString in class org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_ExpressionCopyright © 2018. All Rights Reserved.