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