RelationshipTypeParameter constructor

RelationshipTypeParameter(
  1. RelationshipType type
)

Implementation

RelationshipTypeParameter(this.type)
    : super("RELTYPE", TextParameterValue(type.value));