org.omg.CORBA
Class ExtAttributeDescription

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

public final class ExtAttributeDescription
extends Object
implements IDLEntity

Generated from IDL struct "ExtAttributeDescription".

Version:
generated at Sep 22, 2012 10:58:05 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 String defined_in
           
 ExceptionDescription[] get_exceptions
           
 String id
           
 AttributeMode mode
           
 String name
           
 ExceptionDescription[] put_exceptions
           
 TypeCode type
           
 String version
           
 
Constructor Summary
ExtAttributeDescription()
           
ExtAttributeDescription(String name, String id, String defined_in, String version, TypeCode type, AttributeMode mode, ExceptionDescription[] get_exceptions, ExceptionDescription[] put_exceptions)
           
 
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

mode

public AttributeMode mode

get_exceptions

public ExceptionDescription[] get_exceptions

put_exceptions

public ExceptionDescription[] put_exceptions
Constructor Detail

ExtAttributeDescription

public ExtAttributeDescription()

ExtAttributeDescription

public ExtAttributeDescription(String name,
                               String id,
                               String defined_in,
                               String version,
                               TypeCode type,
                               AttributeMode mode,
                               ExceptionDescription[] get_exceptions,
                               ExceptionDescription[] put_exceptions)


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