com.ptc.netmarkets.interop
Class StandardNmInteropService.AllowOpEntry

java.lang.Object
  extended bycom.ptc.netmarkets.interop.StandardNmInteropService.AllowOpEntry
Enclosing class:
StandardNmInteropService

static class StandardNmInteropService.AllowOpEntry
extends Object


Field Summary
 int fromPDMAllowableActions
           
 int fromPJLAllowableActions
           
 Class objClass
           
 
Constructor Summary
StandardNmInteropService.AllowOpEntry(Class cl, int pdmAllow, int pjlAllow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objClass

public Class objClass

fromPDMAllowableActions

public int fromPDMAllowableActions

fromPJLAllowableActions

public int fromPJLAllowableActions
Constructor Detail

StandardNmInteropService.AllowOpEntry

public StandardNmInteropService.AllowOpEntry(Class cl,
                                             int pdmAllow,
                                             int pjlAllow)