org.omg.CosNotification

Class PropertyError

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

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)

Field Details

available_range

public PropertyRange available_range


code

public QoSError_code code


name

public java.lang.String name

Constructor Details

PropertyError

public PropertyError()


PropertyError

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