public class ReferentialAction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReferentialAction.Action |
static class |
ReferentialAction.Type |
Constructor and Description |
---|
ReferentialAction() |
ReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
Modifier and Type | Method and 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) |
public ReferentialAction()
public ReferentialAction(ReferentialAction.Type type, ReferentialAction.Action action)
public ReferentialAction.Type getType()
public void setType(ReferentialAction.Type type)
public ReferentialAction withType(ReferentialAction.Type type)
public ReferentialAction.Action getAction()
public void setAction(ReferentialAction.Action action)
public ReferentialAction withAction(ReferentialAction.Action action)
Copyright © 2004–2021 JSQLParser. All rights reserved.