Class NodeKind

java.lang.Object
org.tigris.subversion.javahl.NodeKind

public final class NodeKind extends java.lang.Object
Poor mans enum for svn_node_kind_t
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    private static final java.lang.String[]
    mapping for the constants to text
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
     
    static final java.lang.String
    getNodeKindName(int kind)
    Returns the textual representation for a NodeKind

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • NodeKind

      public NodeKind()
  • Method Details

    • getNodeKindName

      public static final java.lang.String getNodeKindName(int kind)
      Returns the textual representation for a NodeKind
      Parameters:
      kind - kind of node
      Returns:
      english text
    • fromApache

      public static int fromApache(NodeKind aKind)