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>
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.