public interface DataRepresentation extends QosPolicy.ForTopic, QosPolicy.ForDataReader, QosPolicy.ForDataWriter, RequestedOffered<DataRepresentation>
Modifier and Type | Interface and Description |
---|---|
static class |
DataRepresentation.Id |
QosPolicy.ForDataReader, QosPolicy.ForDataWriter, QosPolicy.ForDomainParticipant, QosPolicy.ForDomainParticipantFactory, QosPolicy.ForPublisher, QosPolicy.ForSubscriber, QosPolicy.ForTopic
Modifier and Type | Method and Description |
---|---|
List<Short> |
getValue() |
DataRepresentation |
withValue(List<Short> value)
Copy this policy and override the value of the property.
|
DataRepresentation |
withValue(short... value)
Copy this policy and override the value of the property.
|
getEnvironment
requestedOfferedContract
compareTo
DataRepresentation withValue(List<Short> value)
DataRepresentation withValue(short... value)
Copyright © 2014. All rights reserved.