org.omg.CORBA
Class ExtAttributeDescription
java.lang.Object
org.omg.CORBA.ExtAttributeDescription
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class ExtAttributeDescription
- extends java.lang.Object
- implements IDLEntity
Generated from IDL struct "ExtAttributeDescription".
- Version:
- generated at Mar 23, 2009 3:46:12 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
id
public java.lang.String id
defined_in
public java.lang.String defined_in
version
public java.lang.String version
type
public TypeCode type
mode
public AttributeMode mode
get_exceptions
public ExceptionDescription[] get_exceptions
put_exceptions
public ExceptionDescription[] put_exceptions
ExtAttributeDescription
public ExtAttributeDescription()
ExtAttributeDescription
public ExtAttributeDescription(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode type,
AttributeMode mode,
ExceptionDescription[] get_exceptions,
ExceptionDescription[] put_exceptions)
Copyright © 2009. All Rights Reserved.