Uses of Class
org.jrdf.util.NodeTypeEnum

Packages that use NodeTypeEnum
org.jrdf.util Utility classes - ones that don't belong elsewhere. 
 

Uses of NodeTypeEnum in org.jrdf.util
 

Methods in org.jrdf.util that return NodeTypeEnum
static NodeTypeEnum NodeTypeEnum.getNodeType(Class<? extends NodeType> nodeClass)
           
static NodeTypeEnum NodeTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeTypeEnum[] NodeTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jrdf.util with parameters of type NodeTypeEnum
 int NodeTypeComparatorImpl.compare(NodeTypeEnum nodeType1Enum, NodeTypeEnum nodeType2Enum)