com.ptc.netmarkets.interop
Class NmInteropUtils.NmRelObjectInfo

java.lang.Object
  extended bycom.ptc.netmarkets.interop.NmInteropUtils.NmRelObjectInfo
Enclosing class:
NmInteropUtils

public static class NmInteropUtils.NmRelObjectInfo
extends Object


Field Summary
 String includedBy
           
 IncludedAs includedByVal
           
 WTObject obj
           
 
Constructor Summary
NmInteropUtils.NmRelObjectInfo(WTObject o, IncludedAs iByVal, String iBy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

obj

public WTObject obj

includedBy

public String includedBy

includedByVal

public IncludedAs includedByVal
Constructor Detail

NmInteropUtils.NmRelObjectInfo

public NmInteropUtils.NmRelObjectInfo(WTObject o,
                                      IncludedAs iByVal,
                                      String iBy)