public abstract class KeyedString extends java.lang.Object implements java.lang.Cloneable, java.io.Serializable, DDSObject
Constructor and Description |
---|
KeyedString() |
Modifier and Type | Method and Description |
---|---|
abstract KeyedString |
clone() |
abstract void |
copyFrom(KeyedString src)
Overwrite the state of this object with that of the given object.
|
abstract java.lang.String |
getKey() |
abstract java.lang.String |
getValue() |
static KeyedString |
newKeyedString(ServiceEnvironment env) |
abstract KeyedString |
setKey(java.lang.CharSequence key) |
abstract KeyedString |
setValue(java.lang.CharSequence value) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEnvironment
public static KeyedString newKeyedString(ServiceEnvironment env)
public abstract KeyedString setKey(java.lang.CharSequence key)
key
- the key to setpublic abstract java.lang.String getKey()
public abstract KeyedString setValue(java.lang.CharSequence value)
value
- the value to setpublic abstract java.lang.String getValue()
public abstract void copyFrom(KeyedString src)
public abstract KeyedString clone()
clone
in class java.lang.Object
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.