org.omg.CosNotification
Class PropertyError

java.lang.Object
  extended by org.omg.CosNotification.PropertyError
All Implemented Interfaces:
Serializable, IDLEntity

public final class PropertyError
extends Object
implements IDLEntity

Generated from IDL struct "PropertyError".

Version:
generated at 03-Nov-2015 12:23:59
Author:
JacORB IDL compiler V 3.7
See Also:
Serialized Form

Field Summary
 PropertyRange available_range
           
 QoSError_code code
           
 String name
           
 
Constructor Summary
PropertyError()
           
PropertyError(QoSError_code code, String name, PropertyRange available_range)
           
 
Method Summary
 
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 String name

available_range

public PropertyRange available_range
Constructor Detail

PropertyError

public PropertyError()

PropertyError

public PropertyError(QoSError_code code,
                     String name,
                     PropertyRange available_range)


Copyright © 2015 JacORB. All rights reserved.