Class StepUtils
java.lang.Object
com.inductiveautomation.sfc.elements.steps.StepUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidreadStringElement(ChartUIElement uiElement, Property<String> property, Element element) static voidwriteStringElement(ChartUIElement uiElement, Property<String> property, XMLStreamWriter writer)
-
Method Details
-
writeStringElement
public static void writeStringElement(ChartUIElement uiElement, Property<String> property, XMLStreamWriter writer) throws XMLStreamException - Parameters:
uiElement- The uiElement to write the property toproperty- The property to writewriter- The writer to write to- Throws:
XMLStreamException- If there is an error writing the property
-
readStringElement
public static void readStringElement(ChartUIElement uiElement, Property<String> property, Element element)
-