org.omg.dds.type.typeobject
Interface Bit

All Superinterfaces:
java.lang.Cloneable, DDSObject, ModifiableValue<Bit,Bit>, java.io.Serializable, Value<Bit,Bit>

@Extensibility(value=EXTENSIBLE_EXTENSIBILITY)
@Nested
public interface Bit
extends ModifiableValue<Bit,Bit>


Method Summary
 int getIndex()
           
 java.lang.String getName()
           
 Bit setIndex(int index)
           
 Bit setName(java.lang.String name)
           
 
Methods inherited from interface org.omg.dds.core.modifiable.ModifiableValue
clone, copyFrom, finishModification
 
Methods inherited from interface org.omg.dds.core.Value
equals, hashCode, modify
 
Methods inherited from interface org.omg.dds.core.DDSObject
getBootstrap
 

Method Detail

setIndex

Bit setIndex(int index)
Parameters:
index - the index to set
Returns:
this

getIndex

int getIndex()
Returns:
the index

setName

Bit setName(java.lang.String name)
Parameters:
name - the name to set
Returns:
this

getName

java.lang.String getName()
Returns:
the name


Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.