Package org.kuali.rice.kim.api.type
Class KimTypeUtils
java.lang.Object
org.kuali.rice.kim.api.type.KimTypeUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic QNameresolveKimTypeServiceName(String kimTypeServiceName) Resolves the given kim type service name represented as a String to the appropriate QName.
-
Method Details
-
resolveKimTypeServiceName
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 theKimConstants.DEFAULT_KIM_TYPE_SERVICE.- Parameters:
kimTypeServiceName- the name to resolve- Returns:
- a qname representing a resolved type service
-