public static class GraphNode.Button extends Object implements Comparable<GraphNode.Button>
Modifier and Type | Field and Description |
---|---|
String |
filter |
String |
label |
String |
name |
MapProperty |
prop |
GraphNode |
source |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(GraphNode.Button other) |
String |
getFilter() |
String |
getLabel() |
String |
getName() |
public MapProperty prop
public int compareTo(GraphNode.Button other)
compareTo
in interface Comparable<GraphNode.Button>
Copyright © 2018 Nuxeo. All rights reserved.