org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class PropStruct

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

Field Summary

PropertyMode
mode
java.lang.String
name
TypeCode
value_type

Constructor Summary

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

Field Details

mode

public PropertyMode mode


name

public java.lang.String name


value_type

public TypeCode value_type

Constructor Details

PropStruct

public PropStruct()


PropStruct

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