public interface BooleanLocation extends TypedLocation
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(DynamicObject store,
boolean condition) |
boolean |
getBoolean(DynamicObject store,
Shape shape) |
Class<Boolean> |
getType()
The type of this location.
|
void |
setBoolean(DynamicObject store,
boolean value) |
void |
setBoolean(DynamicObject store,
boolean value,
Shape shape) |
void |
setBoolean(DynamicObject store,
boolean value,
Shape oldShape,
Shape newShape) |
boolean getBoolean(DynamicObject store, Shape shape)
TypedLocation.get(DynamicObject, Shape)boolean getBoolean(DynamicObject store, boolean condition)
TypedLocation.get(DynamicObject, boolean)void setBoolean(DynamicObject store, boolean value) throws FinalLocationException
FinalLocationExceptionTypedLocation.set(DynamicObject, Object)void setBoolean(DynamicObject store, boolean value, Shape shape) throws FinalLocationException
FinalLocationExceptionTypedLocation.set(DynamicObject, Object, Shape)void setBoolean(DynamicObject store, boolean value, Shape oldShape, Shape newShape)
TypedLocation.set(DynamicObject, Object, Shape, Shape)Class<Boolean> getType()
TypedLocationgetType in interface TypedLocation