public interface IntLocation extends TypedLocation
Modifier and Type | Method and Description |
---|---|
int |
getInt(DynamicObject store,
boolean condition) |
int |
getInt(DynamicObject store,
Shape shape) |
java.lang.Class<java.lang.Integer> |
getType()
The type of this location.
|
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)
int getInt(DynamicObject store, boolean condition)
void setInt(DynamicObject store, int value) throws FinalLocationException
FinalLocationException
BaseLocation.set(DynamicObject, Object)
void setInt(DynamicObject store, int value, Shape shape) throws FinalLocationException
FinalLocationException
BaseLocation.set(DynamicObject, Object, Shape)
void setInt(DynamicObject store, int value, Shape oldShape, Shape newShape)
java.lang.Class<java.lang.Integer> getType()
TypedLocation
getType
in interface TypedLocation