org.omg.dds.type.builtin
Interface KeyedString

All Superinterfaces:
java.lang.Cloneable, DDSObject, ModifiableValue<KeyedString,KeyedString>, java.io.Serializable, Value<KeyedString,KeyedString>

public interface KeyedString
extends ModifiableValue<KeyedString,KeyedString>


Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 KeyedString setKey(java.lang.CharSequence key)
           
 KeyedString setValue(java.lang.CharSequence value)
           
 
Methods inherited from interface org.omg.dds.core.modifiable.ModifiableValue
clone, copyFrom, finishModification
 
Methods inherited from interface org.omg.dds.core.Value
equals, hashCode, modify
 
Methods inherited from interface org.omg.dds.core.DDSObject
getBootstrap
 

Method Detail

setKey

KeyedString setKey(java.lang.CharSequence key)
Parameters:
key - the key to set
Returns:
this

getKey

java.lang.String getKey()
Returns:
the key

setValue

KeyedString setValue(java.lang.CharSequence value)
Parameters:
value - the value to set
Returns:
this

getValue

java.lang.String getValue()
Returns:
the value


Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.