org.omg.CosPropertyService
Class Property
java.lang.Object
|
+--org.omg.CosPropertyService.Property
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public final class Property
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Struct definition : Property
- Author:
- OpenORB Compiler
- See Also:
- Serialized Form
|
Constructor Summary |
Property()
Default constructor |
Property(java.lang.String property_name,
org.omg.CORBA.Any property_value)
Constructor with fields initialization |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
property_name
public java.lang.String property_name
- Struct member property_name
property_value
public org.omg.CORBA.Any property_value
- Struct member property_value
Property
public Property()
- Default constructor
Property
public Property(java.lang.String property_name,
org.omg.CORBA.Any property_value)
- Constructor with fields initialization
- Parameters:
property_name - property_name struct memberproperty_value - property_value struct member