public static enum PSObject.NodeType extends Enum<PSObject.NodeType>
| Enum Constant and Description |
|---|
COLLECTION |
ENTITY |
| Modifier and Type | Method and Description |
|---|---|
(package private) static PSObject.NodeType |
forUrn(String urn) |
String |
urn() |
static PSObject.NodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PSObject.NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PSObject.NodeType COLLECTION
public static final PSObject.NodeType ENTITY
String urn
public static PSObject.NodeType[] values()
for (PSObject.NodeType c : PSObject.NodeType.values()) System.out.println(c);
public static PSObject.NodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String urn()
static PSObject.NodeType forUrn(String urn)
Copyright © 1999–2015. All rights reserved.