org.omg.CosNotification
Class PropertyError

java.lang.Object
  extended byorg.omg.CosNotification.PropertyError
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "PropertyError"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 PropertyRange available_range
           
 QoSError_code code
           
 java.lang.String name
           
 
Constructor Summary
PropertyError()
           
PropertyError(QoSError_code code, java.lang.String name, PropertyRange available_range)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

public QoSError_code code

name

public java.lang.String name

available_range

public PropertyRange available_range
Constructor Detail

PropertyError

public PropertyError()

PropertyError

public PropertyError(QoSError_code code,
                     java.lang.String name,
                     PropertyRange available_range)