Uses of Enum
org.apache.subversion.javahl.types.Revision.Kind
Packages that use Revision.Kind
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of Revision.Kind in org.apache.subversion.javahl.types
Fields in org.apache.subversion.javahl.types declared as Revision.KindModifier and TypeFieldDescriptionprotected Revision.KindRevision.revKindkind of revision specifiedMethods in org.apache.subversion.javahl.types that return Revision.KindModifier and TypeMethodDescriptionRevision.getKind()Returns the kind of the Revsionstatic Revision.KindRevision.Kind.valueOf(java.lang.String name) Returns the enum constant of this type with the specified name.static Revision.Kind[]Revision.Kind.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.subversion.javahl.types with parameters of type Revision.Kind -
Uses of Revision.Kind in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return Revision.KindMethods in org.tigris.subversion.javahl with parameters of type Revision.Kind