|
RTI Connext Java API Version 7.6.0
|
Properties are name/value pairs objects. More...
Inherits Struct.
Public Member Functions | |
| Property_t () | |
| Constructor. More... | |
| Property_t (Property_t src) | |
| Constructor. More... | |
| Property_t (String name, String value, boolean propagate) | |
| Constructor. More... | |
| boolean | valueAsBoolean () |
| Converts the property value into a boolean. More... | |
Public Attributes | |
| String | name |
| Property name. More... | |
| String | value |
| Property value. More... | |
| boolean | propagate |
| Indicates if the property must be propagated on discovery. More... | |
Properties are name/value pairs objects.
| Property_t | ( | ) |
Constructor.
| Property_t | ( | Property_t | src | ) |
Constructor.
| src | <<in>> Property used to initialized the new property. |
References Property_t.name, Property_t.propagate, and Property_t.value.
| Property_t | ( | String | name, |
| String | value, | ||
| boolean | propagate | ||
| ) |
Constructor.
| name | <<in>> Property name. |
| value | <<in>> Property value. |
| propagate | <<in>> Parameter used to indicates whether or not the property must be propagated. |
References Property_t.name, Property_t.propagate, and Property_t.value.
| boolean valueAsBoolean | ( | ) |
Converts the property value into a boolean.
The boolean returned represents the value true if the property value is not null and is equal, ignoring case, to the string "true", "yes", or "1".
References Property_t.value.
| String name |
Property name.
Referenced by PropertyQosPolicyHelper.get_properties(), PropertyQosPolicyHelper.lookup_property(), and Property_t.Property_t().
| String value |
Property value.
Referenced by PropertyQosPolicyHelper.get_properties(), Property_t.Property_t(), and Property_t.valueAsBoolean().
| boolean propagate |
Indicates if the property must be propagated on discovery.
Referenced by PropertyQosPolicyHelper.get_properties(), and Property_t.Property_t().