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
FinalLocationException
BaseLocation.set(DynamicObject, Object)
void setLong(DynamicObject store, long value, Shape shape) throws FinalLocationException
FinalLocationException
BaseLocation.set(DynamicObject, Object, Shape)
void setLong(DynamicObject store, long value, Shape oldShape, Shape newShape)
java.lang.Class<java.lang.Long> getType()
TypedLocation
getType
in interface TypedLocation