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

Uses of UnitedColors in org.jacorb.demo.unions
 

Fields in org.jacorb.demo.unions declared as UnitedColors
 UnitedColors UnitedColorsHolder.value
           
 

Methods in org.jacorb.demo.unions that return UnitedColors
static UnitedColors UnitedColorsHelper.extract(Any any)
           
static UnitedColors UnitedColorsHelper.read(InputStream in)
           
 

Methods in org.jacorb.demo.unions with parameters of type UnitedColors
static void UnitedColorsHelper.insert(Any any, UnitedColors s)
           
static void UnitedColorsHelper.write(OutputStream out, UnitedColors s)
           
 void MyServerPOATie.writeUnion(UnitedColors a1, UnitedColorsHolder a2)
           
 void _MyServerStub.writeUnion(UnitedColors a1, UnitedColorsHolder a2)
           
 void MyServerOperations.writeUnion(UnitedColors a1, UnitedColorsHolder a2)
           
 void ServerImpl.writeUnion(UnitedColors union, UnitedColorsHolder unionh)
           
 

Constructors in org.jacorb.demo.unions with parameters of type UnitedColors
UnitedColorsHolder(UnitedColors initial)
           
 



Copyright © 2016 JacORB. All rights reserved.