org.omg.dds.type.dynamic
Interface MemberDescriptor

All Superinterfaces:
java.lang.Cloneable, DDSObject, java.io.Serializable, Value<MemberDescriptor,ModifiableMemberDescriptor>
All Known Subinterfaces:
ModifiableMemberDescriptor

public interface MemberDescriptor
extends Value<MemberDescriptor,ModifiableMemberDescriptor>


Method Summary
 java.lang.String getDefaultValue()
           
 int getId()
           
 int getIndex()
           
 java.util.List<java.lang.Integer> getLabel()
           
 java.lang.String getName()
           
 DynamicType getType()
           
 boolean isConsistent()
           
 boolean isDefaultLabel()
           
 
Methods inherited from interface org.omg.dds.core.Value
clone, equals, hashCode, modify
 
Methods inherited from interface org.omg.dds.core.DDSObject
getBootstrap
 

Method Detail

isConsistent

boolean isConsistent()

getName

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

getId

int getId()
Returns:
the id

getType

DynamicType getType()
Returns:
the type

getDefaultValue

java.lang.String getDefaultValue()
Returns:
the defaultValue

getIndex

int getIndex()
Returns:
the index

getLabel

java.util.List<java.lang.Integer> getLabel()
Returns:
the label

isDefaultLabel

boolean isDefaultLabel()
Returns:
the defaultLabel


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