public class LocationWhereValueBecomesNull extends Object implements Comparable<LocationWhereValueBecomesNull>
| Constructor and Description |
|---|
LocationWhereValueBecomesNull(Location location,
ValueNumber valueNumber)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LocationWhereValueBecomesNull o) |
boolean |
equals(Object obj) |
Location |
getLocation() |
ValueNumber |
getValueNumber() |
int |
hashCode() |
String |
toString() |
public LocationWhereValueBecomesNull(Location location, ValueNumber valueNumber)
location - the Location where a value becomes nullvalueNumber - the value numberpublic Location getLocation()
public ValueNumber getValueNumber()
public int compareTo(LocationWhereValueBecomesNull o)
compareTo in interface Comparable<LocationWhereValueBecomesNull>Copyright © 2003–2015. All rights reserved.