|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node.State | |
---|---|
org.gcube.contentmanagement.contentmanager.stubs.model.trees |
Uses of Node.State in org.gcube.contentmanagement.contentmanager.stubs.model.trees |
---|
Methods in org.gcube.contentmanagement.contentmanager.stubs.model.trees that return Node.State | |
---|---|
Node.State |
Node.state()
Returns the node state. |
static Node.State |
Node.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Node.State[] |
Node.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.gcube.contentmanagement.contentmanager.stubs.model.trees with parameters of type Node.State | |
---|---|
GDoc(java.lang.String id,
Node.State state,
java.util.Map<javax.xml.namespace.QName,java.lang.String> attributes,
Edge... edges)
|
|
InnerNode(java.lang.String id,
Node.State state,
java.util.Map<javax.xml.namespace.QName,java.lang.String> attributes,
Edge... edges)
Constructs an instance with a given identifier, state, attributes, and edges. |
|
Leaf(java.lang.String id,
Node.State state,
java.lang.String v,
java.util.Map<javax.xml.namespace.QName,java.lang.String> attributes)
Creates an instance with a given identifier, given attributes, and a given value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |