Uses of Class
ing.status.NormalStatusItemValue

Packages that use NormalStatusItemValue
ing.status   
 

Uses of NormalStatusItemValue in ing.status
 

Fields in ing.status declared as NormalStatusItemValue
private  NormalStatusItemValue StatusItemValue.normal
           
 NormalStatusItemValue NormalStatusItemValueHolder.value
           
 

Methods in ing.status that return NormalStatusItemValue
static NormalStatusItemValue NormalStatusItemValueHelper.extract(org.omg.CORBA.Any any)
           
 NormalStatusItemValue StatusItemValue.normal()
           
static NormalStatusItemValue NormalStatusItemValueHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in ing.status with parameters of type NormalStatusItemValue
static void NormalStatusItemValueHelper.insert(org.omg.CORBA.Any any, NormalStatusItemValue s)
           
 void StatusItemValue.normal(NormalStatusItemValue _x)
           
static void NormalStatusItemValueHelper.write(org.omg.CORBA.portable.OutputStream out, NormalStatusItemValue s)
           
 

Constructors in ing.status with parameters of type NormalStatusItemValue
NormalStatusItemValueHolder(NormalStatusItemValue initial)