new PlusMinusBoundsAttribute(
lowerBound?,upperBound?):PlusMinusBoundsAttribute
Creates plus-minus bounds.
number = 0
Lower bound.
number = 0
Upper bound.
PlusMinusBoundsAttribute
lowerBound:
number=0
Lower bound.
upperBound:
number=0
Upper bound.
get id():
bigint
Returns the unique identifier of the object.
bigint
accept(
visitor):void
Accepts a semantic attribute visitor.
Visitor to accept.
void