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