PTP
Release 5.0

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

All Known Subinterfaces:
IAIFValueAddress, IAIFValueAggregate, IAIFValueArray, IAIFValueBool, IAIFValueChar, IAIFValueCharPointer, IAIFValueEnum, IAIFValueFloat, IAIFValueFunction, IAIFValueInt, IAIFValueNamed, IAIFValuePointer, IAIFValueReference, IAIFValueString, IAIFValueUnion, IValueDerived, IValueIntegral, IValueParent

public interface IAIFValue

Represents value of AIF object


Method Summary
 IAIFType getType()
          Returns IAIFType of the value
 String getValueString()
          Returns a string representation of the value
 int length()
          Returns number of values available
 int sizeof()
          Returns size of this value
 

Method Detail

getType

IAIFType getType()
Returns IAIFType of the value

Returns:
IAIFType of the value

getValueString

String getValueString()
                      throws AIFException
Returns a string representation of the value

Returns:
string representation of the value
Throws:
AIFException - on failure

length

int length()
           throws AIFException
Returns number of values available

Returns:
number of values available
Throws:
AIFException - on failure
Since:
4.0

sizeof

int sizeof()
Returns size of this value

Returns:
size of this value

PTP
Release 5.0

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