Interface ConstraintId
public sealed interface ConstraintId
A reference to a variable in the layout engine.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConstraintId
fromRaw
(long raw) long
raw()
The ID of the constraint.
-
Method Details
-
raw
long raw()The ID of the constraint. -
fromRaw
-