org.omg.dds.type.typeobject
Interface TypeObject

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

@Extensibility(value=MUTABLE_EXTENSIBILITY)
public interface TypeObject
extends ModifiableValue<TypeObject,TypeObject>


Method Summary
 TypeLibrary getLibrary()
           
 int getTheType()
           
 TypeObject setLibrary(TypeLibrary library)
           
 TypeObject setTheType(int the_type)
           
 
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

setLibrary

TypeObject setLibrary(TypeLibrary library)
Parameters:
library - the library to set
Returns:
this

getLibrary

@Shared
TypeLibrary getLibrary()
Returns:
the library

setTheType

TypeObject setTheType(int the_type)
Parameters:
the_type - the the_type to set
Returns:
this

getTheType

@Optional
int getTheType()
Returns:
the the_type


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