Uses of Enum
org.tmatesoft.svn.core.internal.wc17.SVNWCConflictDescription17.ConflictKind
Packages that use SVNWCConflictDescription17.ConflictKind
-
Uses of SVNWCConflictDescription17.ConflictKind in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNWCConflictDescription17.ConflictKindMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNWCConflictDescription17.ConflictKindModifier and TypeMethodDescriptionSVNWCConflictDescription17.getKind()
SVNWCConflictDescription17.ConflictKind.valueOf
(java.lang.String name) Returns the enum constant of this type with the specified name.SVNWCConflictDescription17.ConflictKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCConflictDescription17.ConflictKindModifier and TypeMethodDescriptionvoid
SVNWCConflictDescription17.setKind
(SVNWCConflictDescription17.ConflictKind kind)