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