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