![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
DataRepresentationImpl (OsplServiceEnvironment environment) | |
DataRepresentationImpl (OsplServiceEnvironment environment, List< Short > value) | |
DataRepresentationImpl (OsplServiceEnvironment environment, short... value) | |
int | compareTo (DataRepresentation arg0) |
boolean | equals (Object other) |
ServiceEnvironment | getEnvironment () |
Class<? extends QosPolicy > | getPolicyClass () |
List< Short > | getValue () |
int | hashCode () |
Comparable< DataRepresentation > | requestedOfferedContract () |
DataRepresentation | withValue (List< Short > value) |
Copy this policy and override the value of the property. More... | |
DataRepresentation | withValue (short... value) |
Copy this policy and override the value of the property. More... | |
Protected Attributes | |
OsplServiceEnvironment | environment |
Definition at line 32 of file DataRepresentationImpl.java.
org.opensplice.dds.core.policy.DataRepresentationImpl.DataRepresentationImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 37 of file DataRepresentationImpl.java.
org.opensplice.dds.core.policy.DataRepresentationImpl.DataRepresentationImpl | ( | OsplServiceEnvironment | environment, |
List< Short > | value | ||
) |
Definition at line 42 of file DataRepresentationImpl.java.
org.opensplice.dds.core.policy.DataRepresentationImpl.DataRepresentationImpl | ( | OsplServiceEnvironment | environment, |
short... | value | ||
) |
Definition at line 53 of file DataRepresentationImpl.java.
int org.opensplice.dds.core.policy.DataRepresentationImpl.compareTo | ( | DataRepresentation | arg0 | ) |
Definition at line 69 of file DataRepresentationImpl.java.
boolean org.opensplice.dds.core.policy.DataRepresentationImpl.equals | ( | Object | other | ) |
Definition at line 77 of file DataRepresentationImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 40 of file QosPolicyImpl.java.
Class<? extends QosPolicy> org.opensplice.dds.core.policy.DataRepresentationImpl.getPolicyClass | ( | ) |
Definition at line 121 of file DataRepresentationImpl.java.
List<Short> org.opensplice.dds.core.policy.DataRepresentationImpl.getValue | ( | ) |
Implements org.omg.dds.core.policy.DataRepresentation.
Definition at line 106 of file DataRepresentationImpl.java.
int org.opensplice.dds.core.policy.DataRepresentationImpl.hashCode | ( | ) |
Definition at line 95 of file DataRepresentationImpl.java.
Comparable<DataRepresentation> org.opensplice.dds.core.policy.DataRepresentationImpl.requestedOfferedContract | ( | ) |
Definition at line 64 of file DataRepresentationImpl.java.
DataRepresentation org.opensplice.dds.core.policy.DataRepresentationImpl.withValue | ( | List< Short > | value | ) |
Copy this policy and override the value of the property.
Implements org.omg.dds.core.policy.DataRepresentation.
Definition at line 111 of file DataRepresentationImpl.java.
DataRepresentation org.opensplice.dds.core.policy.DataRepresentationImpl.withValue | ( | short... | value | ) |
Copy this policy and override the value of the property.
Implements org.omg.dds.core.policy.DataRepresentation.
Definition at line 116 of file DataRepresentationImpl.java.
|
protectedinherited |
Definition at line 29 of file QosPolicyImpl.java.