public interface IntLocation
| Modifier and Type | Method and Description |
|---|---|
int |
getInt(DynamicObject store,
boolean condition) |
int |
getInt(DynamicObject store,
Shape shape) |
Class<Integer> |
getType() |
void |
setInt(DynamicObject store,
int value) |
void |
setInt(DynamicObject store,
int value,
Shape shape) |
void |
setInt(DynamicObject store,
int value,
Shape oldShape,
Shape newShape) |
int getInt(DynamicObject store, Shape shape)
TypedLocation.get(DynamicObject, Shape)int getInt(DynamicObject store, boolean condition)
TypedLocation.get(DynamicObject, boolean)void setInt(DynamicObject store, int value) throws FinalLocationException
FinalLocationExceptionTypedLocation.set(DynamicObject, Object)void setInt(DynamicObject store, int value, Shape shape) throws FinalLocationException
FinalLocationExceptionTypedLocation.set(DynamicObject, Object, Shape)void setInt(DynamicObject store, int value, Shape oldShape, Shape newShape)
TypedLocation.set(DynamicObject, Object, Shape, Shape)