GetXmlElementName method

String GetXmlElementName()
Gets the XML element name associated with the transition.

Implementation

String GetXmlElementName() {
  return XmlElementNames.Transition;
}