Uses of Class
org.omg.CosTrading.RegisterPackage.MandatoryProperty

Packages that use MandatoryProperty
org.omg.CosTrading   
org.omg.CosTrading.RegisterPackage   
 

Uses of MandatoryProperty in org.omg.CosTrading
 

Methods in org.omg.CosTrading that throw MandatoryProperty
 void RegisterOperations.modify(java.lang.String id, java.lang.String[] del_list, Property[] modify_list)
           
 void _RegisterStub.modify(java.lang.String id, java.lang.String[] del_list, Property[] modify_list)
           
 void RegisterPOATie.modify(java.lang.String id, java.lang.String[] del_list, Property[] modify_list)
           
 

Uses of MandatoryProperty in org.omg.CosTrading.RegisterPackage
 

Fields in org.omg.CosTrading.RegisterPackage declared as MandatoryProperty
 MandatoryProperty MandatoryPropertyHolder.value
           
 

Methods in org.omg.CosTrading.RegisterPackage that return MandatoryProperty
static MandatoryProperty MandatoryPropertyHelper.extract(Any any)
           
static MandatoryProperty MandatoryPropertyHelper.read(InputStream in)
           
 

Methods in org.omg.CosTrading.RegisterPackage with parameters of type MandatoryProperty
static void MandatoryPropertyHelper.insert(Any any, MandatoryProperty s)
           
static void MandatoryPropertyHelper.write(OutputStream out, MandatoryProperty s)
           
 

Constructors in org.omg.CosTrading.RegisterPackage with parameters of type MandatoryProperty
MandatoryPropertyHolder(MandatoryProperty initial)