Class PropertyQosPolicyConfiguration.Property
- java.lang.Object
-
- org.mases.datadistributionmanager.configuration.PropertyQosPolicyConfiguration.Property
-
- Enclosing class:
- PropertyQosPolicyConfiguration
public class PropertyQosPolicyConfiguration.Property extends java.lang.ObjectThe configuration class forPropertyQosPolicyConfiguration.Property. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.BooleanPropagateSee OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdfjava.lang.StringValueSee OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
Constructor Summary
Constructors Constructor Description Property()Initialize a newPropertyQosPolicyConfiguration.Property.Property(java.lang.String value)Initialize a newPropertyQosPolicyConfiguration.Property.Property(java.lang.String value, java.lang.Boolean propagate)Initialize a newPropertyQosPolicyConfiguration.Property.
-
-
-
Field Detail
-
Value
public java.lang.String Value
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
Propagate
public java.lang.Boolean Propagate
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Constructor Detail
-
Property
public Property()
-
Property
public Property(java.lang.String value)
Initialize a newPropertyQosPolicyConfiguration.Property. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf- Parameters:
value- See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
Property
public Property(java.lang.String value, java.lang.Boolean propagate)Initialize a newPropertyQosPolicyConfiguration.Property. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf- Parameters:
value- See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdfpropagate- See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-