- java.lang.Object
-
- net.sf.jsqlparser.statement.ReferentialAction
-
- All Implemented Interfaces:
Serializable
public class ReferentialAction extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReferentialAction.Action
static class
ReferentialAction.Type
-
Constructor Summary
Constructors Constructor Description ReferentialAction()
ReferentialAction(ReferentialAction.Type type, ReferentialAction.Action action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ReferentialAction.Action
getAction()
ReferentialAction.Type
getType()
int
hashCode()
void
setAction(ReferentialAction.Action action)
void
setType(ReferentialAction.Type type)
String
toString()
ReferentialAction
withAction(ReferentialAction.Action action)
ReferentialAction
withType(ReferentialAction.Type type)
-
-
-
Constructor Detail
-
ReferentialAction
public ReferentialAction()
-
ReferentialAction
public ReferentialAction(ReferentialAction.Type type, ReferentialAction.Action action)
-
-
Method Detail
-
getType
public ReferentialAction.Type getType()
-
setType
public void setType(ReferentialAction.Type type)
-
withType
public ReferentialAction withType(ReferentialAction.Type type)
-
getAction
public ReferentialAction.Action getAction()
-
setAction
public void setAction(ReferentialAction.Action action)
-
withAction
public ReferentialAction withAction(ReferentialAction.Action action)
-
-