org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class PropStruct

java.lang.Object
  extended byorg.omg.CosTradingRepos.ServiceTypeRepositoryPackage.PropStruct
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class PropStruct
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "PropStruct"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 PropertyMode mode
           
 java.lang.String name
           
 TypeCode value_type
           
 
Constructor Summary
PropStruct()
           
PropStruct(java.lang.String name, TypeCode value_type, PropertyMode mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

value_type

public TypeCode value_type

mode

public PropertyMode mode
Constructor Detail

PropStruct

public PropStruct()

PropStruct

public PropStruct(java.lang.String name,
                  TypeCode value_type,
                  PropertyMode mode)