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