Examples of UnionDefaultBooleanType


Examples of org.jacorb.test.UnionDefaultBooleanType

   public void testUnionDefaultBoolean()
   {
      String msg;
      int compCount = -1;
      boolean discVal = false;
      UnionDefaultBooleanType type;
      boolean hasNoActiveMember = true;
      org.omg.CORBA.Any any = null;
      org.omg.DynamicAny.DynAny disc = null;
      org.omg.DynamicAny.DynUnion dynAny = null;

      type = new UnionDefaultBooleanType ();
      type.win (10);
      any = orb.create_any ();
      UnionDefaultBooleanTypeHelper.insert (any, type);
      dynAny = createDynAnyFromAny (any);

      // test activating the default member
View Full Code Here

Examples of org.jacorb.test.UnionDefaultBooleanType

    public void testUnionDefaultBoolean()
   {
      String msg;
      int compCount = -1;
      boolean discVal = false;
      UnionDefaultBooleanType type;
      boolean hasNoActiveMember = true;
      org.omg.CORBA.Any any = null;
      org.omg.DynamicAny.DynAny disc = null;
      org.omg.DynamicAny.DynUnion dynAny = null;

      type = new UnionDefaultBooleanType ();
      type.win (10);
      any = orb.create_any ();
      UnionDefaultBooleanTypeHelper.insert (any, type);
      dynAny = createDynAnyFromAny (any);

      // test activating the default member
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.