21 package org.opensplice.dds.core;
void setProperty(String key, String value)
This method sets the property specified by the key to the value given by the value.
String getProperty(String key)
Provides access to the current value for a given property.
This type is implemented by all OpenSplice org.omg.dds.core.Entity classes to allow setting and getti...