Class KimTypeUtils

java.lang.Object
org.kuali.rice.kim.api.type.KimTypeUtils

public final class KimTypeUtils extends Object
  • Method Details

    • resolveKimTypeServiceName

      public static QName resolveKimTypeServiceName(String kimTypeServiceName)
      Resolves the given kim type service name represented as a String to the appropriate QName. If the value given is empty or null, then it will resolve to a qname representing the KimConstants.DEFAULT_KIM_TYPE_SERVICE.
      Parameters:
      kimTypeServiceName - the name to resolve
      Returns:
      a qname representing a resolved type service