public interface BooleanLocation extends TypedLocation
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(DynamicObject store,
boolean condition) |
boolean |
getBoolean(DynamicObject store,
Shape shape) |
java.lang.Class<java.lang.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)
BaseLocation.get(DynamicObject, Shape)
boolean getBoolean(DynamicObject store, boolean condition)
BaseLocation.get(DynamicObject, boolean)
void setBoolean(DynamicObject store, boolean value) throws FinalLocationException
FinalLocationException
BaseLocation.set(DynamicObject, Object)
void setBoolean(DynamicObject store, boolean value, Shape shape) throws FinalLocationException
FinalLocationException
BaseLocation.set(DynamicObject, Object, Shape)
void setBoolean(DynamicObject store, boolean value, Shape oldShape, Shape newShape)
java.lang.Class<java.lang.Boolean> getType()
TypedLocation
getType
in interface TypedLocation