public interface ObjectLocation extends TypedLocation
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Object> |
getType()
The type of this location.
|
boolean |
isNonNull()
If
true, this location does not accept null values. |
Class<? extends Object> getType()
TypedLocationgetType in interface TypedLocationboolean isNonNull()
true, this location does not accept null values.