Package | Description |
---|---|
org.omg.dds.type.dynamic |
Modifier and Type | Method and Description |
---|---|
AnnotationDescriptor |
DynamicType.getAnnotation(int id) |
AnnotationDescriptor |
DynamicType.getAnnotation(java.lang.String name) |
abstract AnnotationDescriptor |
DynamicTypeFactory.newAnnotationDescriptor() |
AnnotationDescriptor |
AnnotationDescriptor.withType(DynamicType type)
Copy this descriptor and apply the given type.
|
AnnotationDescriptor |
AnnotationDescriptor.withValue(java.lang.String key,
java.lang.String value)
Copy this descriptor and apply the given value.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,AnnotationDescriptor> |
DynamicType.getAllAnnotations() |
java.util.List<AnnotationDescriptor> |
DynamicTypeMember.getAnnotations() |
java.util.Map<java.lang.Integer,AnnotationDescriptor> |
DynamicType.getAnnotations(int... id) |
java.util.Map<java.lang.String,AnnotationDescriptor> |
DynamicType.getAnnotations(java.lang.String... name) |
Modifier and Type | Method and Description |
---|---|
void |
DynamicTypeMember.setAnnotation(AnnotationDescriptor descriptor) |
void |
DynamicType.setAnnotation(AnnotationDescriptor descriptor) |
void |
DynamicTypeMember.setAnnotations(AnnotationDescriptor... descriptor) |
void |
DynamicType.setAnnotations(AnnotationDescriptor... descriptors) |
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.