org.omg.dds.type.typeobject
Interface TypeProperty

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

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


Method Summary
 TypeFlag getFlag()
           
 java.lang.String getName()
           
 int getTypeId()
           
 TypeProperty setFlag(TypeFlag flag)
           
 TypeProperty setName(java.lang.String name)
           
 TypeProperty setTypeId(int typeId)
           
 
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

setFlag

TypeProperty setFlag(TypeFlag flag)
Parameters:
flag - the flag to set
Returns:
this

getFlag

TypeFlag getFlag()
Returns:
the flag

setTypeId

TypeProperty setTypeId(int typeId)
Parameters:
typeId - the typeId to set
Returns:
this

getTypeId

int getTypeId()
Returns:
the typeId

setName

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