|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CosTrading.Property
public final class Property
A Property is described by this structure. It is a pair that contains the property name and its value ( an Any type ).
| 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 | |||||||