|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cubeengine.converter.node.Commentable
org.cubeengine.converter.node.Node
org.cubeengine.converter.node.NullNode
public class NullNode
A Null Node
Represents a non-existent value
| Method Summary | |
|---|---|
String |
asString()
|
String |
asText()
Tries to convert the value of the Node into a string |
static NullNode |
emptyNode()
Creates a NullNode |
Object |
getValue()
Gets the Value contained in this Node |
| Methods inherited from class org.cubeengine.converter.node.Node |
|---|
isInherited, setInherited |
| Methods inherited from class org.cubeengine.converter.node.Commentable |
|---|
getComments, setComments |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static NullNode emptyNode()
public Object getValue()
Node
getValue in class Nodepublic String asText()
Node
asText in class Nodepublic String asString()
asString in class Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||