OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
org.omg.dds.type.BitSet Interface Reference
Collaboration diagram for org.omg.dds.type.BitSet:
Collaboration graph

Public Member Functions

Class<? extends Enum > elementType () default Enum.class
 When this annotation annotates an enum class, don't set this member. More...
 

Detailed Description

Definition at line 37 of file BitSet.java.

Member Function Documentation

◆ elementType()

Class<? extends Enum> org.omg.dds.type.BitSet.elementType ( )

When this annotation annotates an enum class, don't set this member.

But if you do, set it to the type of the enumeration itself.

When it annotates an object of type java.util.EnumSet of java.util.BitSet, it indicates the BitSet-annotated enum class that defines the members of the bit set.


The documentation for this interface was generated from the following file: