org.omg.CosNotification

Class Property

public final class Property extends Object implements IDLEntity

This structure represents a property. For the OMG, a property is a name-value pair.
Field Summary
Stringname
Struct member name
Anyvalue
Struct member value
Constructor Summary
Property()
Default constructor
Property(String name, Any value)
Constructor with fields initialization

Field Detail

name

public String name
Struct member name

value

public Any value
Struct member value

Constructor Detail

Property

public Property()
Default constructor

Property

public Property(String name, Any value)
Constructor with fields initialization

Parameters: name name struct member value value struct member