Package tilda.utils.json.elements
Class ElementString
- java.lang.Object
-
- tilda.utils.json.elements.ElementString
-
- All Implemented Interfaces:
ElementDef
public class ElementString extends java.lang.Object implements ElementDef
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface tilda.utils.json.elements.ElementDef
ElementDef.NestingStatus
-
-
Constructor Summary
Constructors Constructor Description ElementString(java.lang.String Name, java.lang.String Val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print(java.io.Writer Out, boolean FirstElement, java.lang.String Header)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tilda.utils.json.elements.ElementDef
getNestingStatus
-
-
-
-
Method Detail
-
print
public void print(java.io.Writer Out, boolean FirstElement, java.lang.String Header) throws java.lang.Exception
- Specified by:
print
in interfaceElementDef
- Throws:
java.lang.Exception
-
-