org.omg.dds.type.typeobject
Interface Module

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

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


Method Summary
 TypeLibrary getLibrary()
           
 java.lang.String getName()
           
 Module setLibrary(TypeLibrary newLibrary)
           
 Module 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

setName

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

getName

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

getLibrary

@Shared
TypeLibrary getLibrary()

setLibrary

Module setLibrary(TypeLibrary newLibrary)
Returns:
this


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