Package com.nomagic.uml2.ext.jmi.reflect
Interface RefClassProvider
-
public interface RefClassProvider
Provides a RefClass of the RefObject.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.jmi.reflect.RefClass
getRefClass(javax.jmi.reflect.RefObject refObject)
Retrieve the RefClass of the given RefObject.
-