PTP
Release 7.0

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

All Superinterfaces:
IAIFValue

public interface IAIFValueAggregate
extends IAIFValue

Represents class value of IAIFValue

Since:
4.0

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 aggregate field
Returns:
field value

PTP
Release 7.0

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