Package com.exedio.cope
Class Join
- java.lang.Object
-
- com.exedio.cope.Join
-
- All Implemented Interfaces:
Serializable
public final class Join extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Join.Kind
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Condition
getCondition()
Join.Kind
getKind()
Type<?>
getType()
int
hashCode()
void
setCondition(Condition condition)
String
toString()
-