Package com.gdblab.pathAlgebra.syntax
Class GroupBy
- java.lang.Object
-
- com.gdblab.pathAlgebra.syntax.GroupBy
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<GroupBy>
public class GroupBy extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<GroupBy>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupBy(GroupByOption value)Constructs an immutableGroupBy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(GroupBy other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thecom.gdblab.pathAlgebra.syntax.GroupBytype.
-
VALUE
public static final Name VALUE
Name of thecom.gdblab.pathAlgebra.syntax.GroupBy.valuefield.
-
value
public final GroupByOption value
-
-
Constructor Detail
-
GroupBy
public GroupBy(GroupByOption value)
Constructs an immutableGroupBy.
-
-