PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.model.aif
Interface IAIFValueUnion

All Superinterfaces:
IAIFValue

public interface IAIFValueUnion
extends IAIFValue

Represents union value in IAIFValue


Method Summary
 IAIFValue getFieldValue(java.lang.String name)
          Get the value of the field corresponding to name
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFValue
getType, getValueString, length, sizeof
 

Method Detail

getFieldValue

IAIFValue getFieldValue(java.lang.String name)
Get the value of the field corresponding to name

Parameters:
name - name of union field
Returns:
union value
Since:
4.0

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.