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>
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.