FreeBusyTimeTypeParameter constructor

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

Implementation

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