|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CosPropertyService.Property
public final class Property
A property is a two tuple of: <property_name,
property_value>.
property_name is a string, which names the property.
any and
carries the value assigned to the property.
PropertySet interface.
| Field Summary | |
|---|---|
java.lang.String |
property_name
Struct member property_name |
org.omg.CORBA.Any |
property_value
Struct member property_value |
| Constructor Summary | |
|---|---|
Property()
Default constructor |
|
Property(java.lang.String property_name,
org.omg.CORBA.Any property_value)
Constructor with fields initialization |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String property_name
public org.omg.CORBA.Any property_value
| Constructor Detail |
|---|
public Property()
public Property(java.lang.String property_name,
org.omg.CORBA.Any property_value)
property_name - property_name struct memberproperty_value - property_value struct member
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||