RTI Connext Java API  Version 6.1.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...
 

Detailed Description

Properties are name/value pairs objects.

Constructor & Destructor Documentation

◆ Property_t() [1/3]

Constructor.

Referenced by Property_t.valueAsBoolean().

◆ Property_t() [2/3]

Constructor.

Parameters
src<<in>> Property used to initialized the new property.

References Property_t.name, Property_t.propagate, and Property_t.value.

◆ Property_t() [3/3]

Property_t ( String  name,
String  value,
boolean  propagate 
)

Constructor.

Parameters
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.

Member Function Documentation

◆ valueAsBoolean()

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".

Returns
the boolean represented by the property value

References Property_t.Property_t().

Member Data Documentation

◆ name

◆ value

String value

◆ propagate

boolean propagate

Indicates if the property must be propagated on discovery.

Referenced by PropertyQosPolicyHelper.get_properties(), and Property_t.Property_t().