RelationshipParameter constructor

RelationshipParameter(
  1. String name,
  2. String textValue
)

Creates a new RelationshipParameter

Implementation

RelationshipParameter(String name, String textValue)
    : super(name, textValue, parse(textValue));