Uses of Class
org.omg.CosTrading.LookupPackage.HowManyProps

Packages that use HowManyProps
org.omg.CosTrading.LookupPackage   
 

Uses of HowManyProps in org.omg.CosTrading.LookupPackage
 

Fields in org.omg.CosTrading.LookupPackage declared as HowManyProps
static HowManyProps HowManyProps.none
           
static HowManyProps HowManyProps.some
           
static HowManyProps HowManyProps.all
           
 HowManyProps HowManyPropsHolder.value
           
 

Methods in org.omg.CosTrading.LookupPackage that return HowManyProps
static HowManyProps HowManyPropsHelper.extract(Any any)
           
static HowManyProps HowManyPropsHelper.read(InputStream in)
           
static HowManyProps HowManyProps.from_int(int value)
           
 HowManyProps SpecifiedProps.discriminator()
           
 

Methods in org.omg.CosTrading.LookupPackage with parameters of type HowManyProps
static void HowManyPropsHelper.insert(Any any, HowManyProps s)
           
static void HowManyPropsHelper.write(OutputStream out, HowManyProps s)
           
 void SpecifiedProps.__default(HowManyProps _discriminator)
           
 

Constructors in org.omg.CosTrading.LookupPackage with parameters of type HowManyProps
HowManyPropsHolder(HowManyProps initial)