Defines a limits and fits attribute.
new LimitsAndFitsAttribute(
type?,value?):LimitsAndFitsAttribute
Creates a limits and fits attribute.
string = ‘’'`
Attribute type.
string = ‘’'`
Attribute value.
LimitsAndFitsAttribute
type:
string= ‘’'`
Attribute type.
value:
string= ‘’'`
Attribute value.
get id():
bigint
Returns the unique identifier of the object.
bigint
accept(
visitor):void
Accepts a semantic attribute visitor.
Visitor to accept.
void