org.omg.dds.type.dynamic
Interface AnnotationDescriptor

All Superinterfaces:
java.lang.Cloneable, DDSObject, java.io.Serializable, Value<AnnotationDescriptor,ModifiableAnnotationDescriptor>
All Known Subinterfaces:
ModifiableAnnotationDescriptor

public interface AnnotationDescriptor
extends Value<AnnotationDescriptor,ModifiableAnnotationDescriptor>


Method Summary
 java.util.Map<java.lang.String,java.lang.String> getAllValue(java.util.Map<java.lang.String,java.lang.String> value)
           
 DynamicType getType()
           
 java.lang.String getValue(java.lang.String key)
           
 boolean isConsistent()
           
 
Methods inherited from interface org.omg.dds.core.Value
clone, equals, hashCode, modify
 
Methods inherited from interface org.omg.dds.core.DDSObject
getBootstrap
 

Method Detail

getValue

java.lang.String getValue(java.lang.String key)

getAllValue

java.util.Map<java.lang.String,java.lang.String> getAllValue(java.util.Map<java.lang.String,java.lang.String> value)

isConsistent

boolean isConsistent()

getType

DynamicType getType()
Returns:
the type


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