Class StringValueElement
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.xmlserialization.simple.Element
- 
- com.inductiveautomation.ignition.common.xmlserialization.simple.basicelements.StringValueElement
 
 
- 
 public class StringValueElement extends Element Represents a simple string value, such as "value ". The text value is returned by getValue().
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.ElementElement.ValidationResult
 
- 
 - 
Constructor SummaryConstructors Constructor Description StringValueElement()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(Element e)java.lang.ObjectgetValue()voidsetRawValue(java.lang.String v)- 
Methods inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.ElementgetLocale, getName, resolveType, setAttributes, setLocale, setName, validate
 
- 
 
- 
- 
- 
Method Detail- 
addChildpublic void addChild(Element e) throws java.lang.Exception 
 - 
setRawValuepublic void setRawValue(java.lang.String v) throws java.lang.Exception- Overrides:
- setRawValuein class- Element
- Throws:
- java.lang.Exception
 
 
- 
 
-