Uses of Interface
FourMSControllerInterfaces.SubAction

Packages that use SubAction
FourMSControllerInterfaces   
 

Uses of SubAction in FourMSControllerInterfaces
 

Classes in FourMSControllerInterfaces that implement SubAction
 class _SubActionStub
          Generated from IDL interface "SubAction"
 

Fields in FourMSControllerInterfaces declared as SubAction
 SubAction SubActionHolder.value
           
 

Methods in FourMSControllerInterfaces that return SubAction
 SubAction SubActionPOA._this()
           
 SubAction SubActionPOATie._this()
           
 SubAction SubActionPOA._this(org.omg.CORBA.ORB orb)
           
 SubAction SubActionPOATie._this(org.omg.CORBA.ORB orb)
           
static SubAction SubActionHelper.extract(org.omg.CORBA.Any any)
           
static SubAction SubActionHelper.narrow(java.lang.Object obj)
           
static SubAction SubActionHelper.narrow(org.omg.CORBA.Object obj)
           
static SubAction SubActionHelper.read(org.omg.CORBA.portable.InputStream in)
           
static SubAction SubActionHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in FourMSControllerInterfaces with parameters of type SubAction
static void SubActionHelper.insert(org.omg.CORBA.Any any, SubAction s)
           
static void SubActionHelper.write(org.omg.CORBA.portable.OutputStream _out, SubAction s)
           
 

Constructors in FourMSControllerInterfaces with parameters of type SubAction
SubActionHolder(SubAction initial)