public interface LongLocation extends TypedLocation
| Modifier and Type | Method and Description |
|---|---|
long |
getLong(DynamicObject store,
boolean condition) |
long |
getLong(DynamicObject store,
Shape shape) |
java.lang.Class<java.lang.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)
long getLong(DynamicObject store, boolean condition)
void setLong(DynamicObject store, long value) throws FinalLocationException
FinalLocationExceptionBaseLocation.set(DynamicObject, Object)void setLong(DynamicObject store, long value, Shape shape) throws FinalLocationException
FinalLocationExceptionBaseLocation.set(DynamicObject, Object, Shape)void setLong(DynamicObject store, long value, Shape oldShape, Shape newShape)
java.lang.Class<java.lang.Long> getType()
TypedLocationgetType in interface TypedLocation