Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNWCConflictDescription17.ConflictKind
-
Packages that use SVNWCConflictDescription17.ConflictKind Package Description org.tmatesoft.svn.core.internal.wc17 -
-
Uses of SVNWCConflictDescription17.ConflictKind in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNWCConflictDescription17.ConflictKind Modifier and Type Field Description private SVNWCConflictDescription17.ConflictKind
SVNWCConflictDescription17. kind
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNWCConflictDescription17.ConflictKind Modifier and Type Method Description SVNWCConflictDescription17.ConflictKind
SVNWCConflictDescription17. getKind()
static SVNWCConflictDescription17.ConflictKind
SVNWCConflictDescription17.ConflictKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SVNWCConflictDescription17.ConflictKind[]
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.ConflictKind Modifier and Type Method Description void
SVNWCConflictDescription17. setKind(SVNWCConflictDescription17.ConflictKind kind)
-