|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNotification.Property
public final class Property
This structure represents a property. For the OMG, a property is a name-value pair.
Field Summary | |
---|---|
java.lang.String |
name
Struct member name |
org.omg.CORBA.Any |
value
Struct member value |
Constructor Summary | |
---|---|
Property()
Default constructor |
|
Property(java.lang.String name,
org.omg.CORBA.Any 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 name
public org.omg.CORBA.Any value
Constructor Detail |
---|
public Property()
public Property(java.lang.String name, org.omg.CORBA.Any value)
name
- name struct membervalue
- value struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |