Interface BooleanLocation
Deprecated.
Boolean-typed storage location.
- Since:
- 0.8 or earlier
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(DynamicObject store, boolean condition) Deprecated.booleangetBoolean(DynamicObject store, Shape shape) Deprecated.voidsetBoolean(DynamicObject store, boolean value, Shape shape) Deprecated.
-
Method Details
-
getBoolean
Deprecated.- Since:
- 0.8 or earlier
- See Also:
-
getBoolean
Deprecated.- Since:
- 0.8 or earlier
- See Also:
-
setBoolean
@Deprecated(since="22.2") void setBoolean(DynamicObject store, boolean value, Shape shape) throws FinalLocationException Deprecated.- Throws:
FinalLocationException- Since:
- 0.8 or earlier
- See Also:
-