Uses of Class
org.jacorb.demo.unions.colorT

Uses of colorT in org.jacorb.demo.unions
 

Fields in org.jacorb.demo.unions declared as colorT
static colorT colorT.black
           
static colorT colorT.blue
           
static colorT colorT.green
           
static colorT colorT.red
           
 colorT colorTHolder.value
           
 

Methods in org.jacorb.demo.unions that return colorT
 colorT UnitedColors.discriminator()
           
static colorT colorTHelper.extract(Any any)
           
static colorT colorT.from_int(int value)
           
static colorT colorTHelper.read(InputStream in)
           
 

Methods in org.jacorb.demo.unions with parameters of type colorT
 void UnitedColors.i(colorT _discriminator, int _x)
           
static void colorTHelper.insert(Any any, colorT s)
           
 void UnitedColors.s(colorT _discriminator, String _x)
           
static void colorTHelper.write(OutputStream out, colorT s)
           
 

Constructors in org.jacorb.demo.unions with parameters of type colorT
colorTHolder(colorT initial)
           
 



Copyright © 2015 JacORB. All rights reserved.