19 package org.omg.dds.type.builtin;
21 import java.io.Serializable;
29 private static final long serialVersionUID = 5185023295888681379L;
46 public abstract String
getKey();
abstract KeyedString clone()
abstract String getValue()
abstract void copyFrom(KeyedString src)
Overwrite the state of this object with that of the given object.
abstract ServiceProviderInterface getSPI()
This method is not intended for use by applications.
abstract KeyedString setValue(CharSequence value)
A supertype of all DDS classes and interfaces.
static KeyedString newKeyedString(ServiceEnvironment env)
abstract KeyedString newKeyedString()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
abstract KeyedString setKey(CharSequence key)