public interface LongLocation extends TypedLocation
| Modifier and Type | Method and Description |
|---|---|
long |
getLong(DynamicObject store,
boolean condition) |
long |
getLong(DynamicObject store,
Shape shape) |
Class<Long> |
getType()
The type of this location.
|
void |
setLong(DynamicObject store,
long value) |
void |
setLong(DynamicObject store,
long value,
Shape shape) |
void |
setLong(DynamicObject store,
long value,
Shape oldShape,
Shape newShape) |
long getLong(DynamicObject store, Shape shape)
TypedLocation.get(DynamicObject, Shape)long getLong(DynamicObject store, boolean condition)
TypedLocation.get(DynamicObject, boolean)void setLong(DynamicObject store, long value) throws FinalLocationException
FinalLocationExceptionTypedLocation.set(DynamicObject, Object)void setLong(DynamicObject store, long value, Shape shape) throws FinalLocationException
FinalLocationExceptionTypedLocation.set(DynamicObject, Object, Shape)void setLong(DynamicObject store, long value, Shape oldShape, Shape newShape)
TypedLocation.set(DynamicObject, Object, Shape, Shape)Class<Long> getType()
TypedLocationgetType in interface TypedLocation