org.omg.dds.type
Annotation Type BitSet
@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD})
public @interface BitSet
|
Optional Element Summary |
java.lang.Class<? extends java.lang.Enum> |
elementType
When this annotation annotates an enum class, don't set this member. |
elementType
public abstract java.lang.Class<? extends java.lang.Enum> 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.
- Default:
- java.lang.Enum.class
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.