public class SelectionProperty extends Object implements Comparable<SelectionProperty>
| Constructor and Description |
|---|
SelectionProperty(Property property,
int sequence) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SelectionProperty o) |
boolean |
equals(Object obj) |
Property |
getProperty() |
int |
getSequence() |
int |
hashCode() |
public SelectionProperty(Property property, int sequence)
public int compareTo(SelectionProperty o)
compareTo in interface Comparable<SelectionProperty>public Property getProperty()
public int getSequence()
Copyright © 2017. All rights reserved.