org.omg.CORBA
Class TypeDescription

java.lang.Object
  extended by org.omg.CORBA.TypeDescription
All Implemented Interfaces:
Serializable, IDLEntity

public final class TypeDescription
extends Object
implements IDLEntity

Generated from IDL struct "TypeDescription".

Version:
generated at Jun 18, 2012 10:37:59 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 String defined_in
           
 String id
           
 String name
           
 TypeCode type
           
 String version
           
 
Constructor Summary
TypeDescription()
           
TypeDescription(String name, String id, String defined_in, String version, TypeCode type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

id

public String id

defined_in

public String defined_in

version

public String version

type

public TypeCode type
Constructor Detail

TypeDescription

public TypeDescription()

TypeDescription

public TypeDescription(String name,
                       String id,
                       String defined_in,
                       String version,
                       TypeCode type)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.