Package | Description |
---|---|
org.omg.dds.type.dynamic |
Modifier and Type | Method and Description |
---|---|
TypeDescriptor |
DynamicType.getDescriptor() |
abstract TypeDescriptor |
DynamicTypeFactory.newTypeDescriptor() |
TypeDescriptor |
TypeDescriptor.withBaseType(DynamicType baseType)
Copy this descriptor and apply the given base type.
|
TypeDescriptor |
TypeDescriptor.withBound(int... bound)
Copy this descriptor and apply the given bound(s).
|
TypeDescriptor |
TypeDescriptor.withDiscriminatorType(DynamicType discriminatorType)
Copy this descriptor and apply the given discriminator type.
|
TypeDescriptor |
TypeDescriptor.withElementType(DynamicType elementType)
Copy this descriptor and apply the given element type.
|
TypeDescriptor |
TypeDescriptor.withKeyElementType(DynamicType keyElementType)
Copy this descriptor and apply the given key element type.
|
TypeDescriptor |
TypeDescriptor.withKind(TypeKind kind)
Copy this descriptor and apply the given kind.
|
TypeDescriptor |
TypeDescriptor.withName(java.lang.String name)
Copy this descriptor and apply the given name.
|
Modifier and Type | Method and Description |
---|---|
abstract DynamicType |
DynamicTypeFactory.createType(TypeDescriptor descriptor) |
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.