org.omg.dds.type.dynamic
Interface DynamicTypeMember

All Superinterfaces:
DDSObject

public interface DynamicTypeMember
extends DDSObject


Method Summary
 void applyAnnotation(AnnotationDescriptor descriptor)
           
 java.util.List<AnnotationDescriptor> getAnnotations()
           
 MemberDescriptor getDescriptor()
           
 int getId()
           
 java.lang.String getName()
           
 
Methods inherited from interface org.omg.dds.core.DDSObject
getBootstrap
 

Method Detail

getDescriptor

MemberDescriptor getDescriptor()

getAnnotations

java.util.List<AnnotationDescriptor> getAnnotations()
Returns:
An unmodifiable list.

applyAnnotation

void applyAnnotation(AnnotationDescriptor descriptor)

getId

int getId()

getName

java.lang.String getName()


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