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.Element
Element.ValidationResult 
 - 
 
- 
Constructor Summary
Constructors Constructor Description StringValueElement() 
- 
Method Summary
All 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.Element
getLocale, getName, resolveType, setAttributes, setLocale, setName, validate 
 - 
 
 - 
 
- 
- 
Method Detail
- 
addChild
public void addChild(Element e) throws java.lang.Exception
 
- 
setRawValue
public void setRawValue(java.lang.String v) throws java.lang.Exception- Overrides:
 setRawValuein classElement- Throws:
 java.lang.Exception
 
 - 
 
 -