Uses of Class
org.objectweb.dsrg.sofa.repository.RepositoryUtil.ConnectionKind

Packages that use RepositoryUtil.ConnectionKind
org.objectweb.dsrg.sofa.repository   
 

Uses of RepositoryUtil.ConnectionKind in org.objectweb.dsrg.sofa.repository
 

Methods in org.objectweb.dsrg.sofa.repository that return RepositoryUtil.ConnectionKind
static RepositoryUtil.ConnectionKind RepositoryUtil.getConnectionKind(Connection con)
          Returns pseudo-kind of a connection.
static RepositoryUtil.ConnectionKind RepositoryUtil.ConnectionKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RepositoryUtil.ConnectionKind[] RepositoryUtil.ConnectionKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.