PTP
Release 7.0

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

All Superinterfaces:
IAIFValue, IValueDerived, IValueParent

public interface IAIFValueNamed
extends IValueDerived

Represents named value in IAIFValue


Method Summary
 String getName()
          Returns name of this value
 IAIFValue getValue()
          Returns IAIFValue of this value
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IValueParent
getParent, setParent
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFValue
getType, getValueString, length, sizeof
 

Method Detail

getValue

IAIFValue getValue()
Returns IAIFValue of this value

Returns:
IAIFValue of this value

getName

String getName()
Returns name of this value

Returns:
name of this value

PTP
Release 7.0

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