Package com.mayam.wf.config.shared
Class Graph.EdgeSortOrder
java.lang.Object
com.mayam.wf.attributes.shared.type.FilterCriteria.SortOrder
com.mayam.wf.config.shared.Graph.EdgeSortOrder
- Enclosing class:
Graph
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mayam.wf.attributes.shared.type.FilterCriteria.SortOrder
FilterCriteria.SortOrder.Direction, FilterCriteria.SortOrder.NullBehavior
-
Constructor Summary
ModifierConstructorDescriptionprotected
EdgeSortOrder
(Graph.AttributeSource source, Attribute attribute, FilterCriteria.SortOrder.Direction direction) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setSource
(Graph.AttributeSource source) toString()
Methods inherited from class com.mayam.wf.attributes.shared.type.FilterCriteria.SortOrder
getAttribute, getDirection, getNullBehavior, setAttribute, setDirection, setNullBehavior
-
Constructor Details
-
EdgeSortOrder
protected EdgeSortOrder()
-
-
Method Details
-
toString
- Overrides:
toString
in classFilterCriteria.SortOrder
-
equals
- Overrides:
equals
in classFilterCriteria.SortOrder
-
hashCode
public int hashCode()- Overrides:
hashCode
in classFilterCriteria.SortOrder
-
getSource
-