Uses of Interface
org.omg.dds.type.dynamic.DynamicType

Packages that use DynamicType
org.omg.dds.type.dynamic   
org.omg.dds.type.dynamic.modifiable   
 

Uses of DynamicType in org.omg.dds.type.dynamic
 

Methods in org.omg.dds.type.dynamic that return DynamicType
 DynamicType DynamicType.clone()
           
abstract  DynamicType DynamicTypeFactory.createArrayType(DynamicType elementType, int... bound)
           
abstract  DynamicType DynamicTypeFactory.createBitSetType(int bound)
           
abstract  DynamicType DynamicTypeFactory.createMapType(DynamicType keyElementType, DynamicType elementType, int bound)
           
abstract  DynamicType DynamicTypeFactory.createSequenceType(DynamicType elementType, int bound)
           
abstract  DynamicType DynamicTypeFactory.createStringType(int bound)
           
abstract  DynamicType DynamicTypeFactory.createType(TypeDescriptor descriptor)
           
abstract  DynamicType DynamicTypeFactory.createWStringType(int bound)
           
 DynamicType TypeDescriptor.getBaseType()
           
 DynamicType TypeDescriptor.getDiscriminatorType()
           
 DynamicType TypeDescriptor.getElementType()
           
 DynamicType TypeDescriptor.getKeyElementType()
           
abstract  DynamicType DynamicTypeFactory.getPrimitiveType(TypeKind kind)
           
 DynamicType MemberDescriptor.getType()
           
 DynamicType DynamicData.getType()
           
 DynamicType AnnotationDescriptor.getType()
           
abstract  DynamicType DynamicTypeFactory.loadTypeFromDocument(java.lang.String document, java.lang.String typeName, java.lang.String... includePaths)
           
abstract  DynamicType DynamicTypeFactory.loadTypeFromUrl(java.lang.String documentUrl, java.lang.String typeName, java.lang.String... includePaths)
           
 

Methods in org.omg.dds.type.dynamic with parameters of type DynamicType
abstract  DynamicType DynamicTypeFactory.createArrayType(DynamicType elementType, int... bound)
           
abstract  DynamicType DynamicTypeFactory.createMapType(DynamicType keyElementType, DynamicType elementType, int bound)
           
abstract  DynamicType DynamicTypeFactory.createSequenceType(DynamicType elementType, int bound)
           
 

Uses of DynamicType in org.omg.dds.type.dynamic.modifiable
 

Methods in org.omg.dds.type.dynamic.modifiable with parameters of type DynamicType
 ModifiableTypeDescriptor ModifiableTypeDescriptor.setBaseType(DynamicType baseType)
           
 ModifiableTypeDescriptor ModifiableTypeDescriptor.setDiscriminatorType(DynamicType discriminatorType)
           
 ModifiableTypeDescriptor ModifiableTypeDescriptor.setElementType(DynamicType elementType)
           
 ModifiableTypeDescriptor ModifiableTypeDescriptor.setKeyElementType(DynamicType keyElementType)
           
 ModifiableMemberDescriptor ModifiableMemberDescriptor.setType(DynamicType type)
           
 ModifiableAnnotationDescriptor ModifiableAnnotationDescriptor.setType(DynamicType type)
           
 



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