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
 HowManyProps HowManyPropsHolder.value
           
static HowManyProps HowManyProps.none
           
static HowManyProps HowManyProps.some
           
static HowManyProps HowManyProps.all
           
 

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

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

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