- 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 classReferentialAction.Actionstatic classReferentialAction.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 booleanequals(Object obj)ReferentialAction.ActiongetAction()ReferentialAction.TypegetType()inthashCode()voidsetAction(ReferentialAction.Action action)voidsetType(ReferentialAction.Type type)StringtoString()ReferentialActionwithAction(ReferentialAction.Action action)ReferentialActionwithType(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)
-
-