PTP
Release 5.0

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


public interface IAIF

Represents the value and type of the variable in AIF format


Method Summary
 String getDescription()
          Deprecated.  
 IAIFType getType()
          Returns the declared type of this AIF object
 IAIFValue getValue()
          Returns the value of this AIF object
 

Method Detail

getType

IAIFType getType()
Returns the declared type of this AIF object

Returns:
declared type

getValue

IAIFValue getValue()
Returns the value of this AIF object

Returns:
value

getDescription

String getDescription()
Deprecated. 

Returns description of this AIF

Returns:
description of this AIF

PTP
Release 5.0

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