Defines a length unit attribute.
new LengthUnitAttribute(
unit?):LengthUnitAttribute
Creates a length unit attribute.
LengthUnit = LengthUnit.MILLIMETERS
Length unit.
LengthUnitAttribute
unit:
LengthUnit=LengthUnit.MILLIMETERS
Length unit.
get id():
bigint
Returns the unique identifier of the object.
bigint
accept(
visitor):void
Accepts a semantic attribute visitor.
Visitor to accept.
void