PTP
Release 7.0

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

All Superinterfaces:
IAIFValue, IValueIntegral

public interface IAIFValueEnum
extends IValueIntegral

Represents enum value of IAIFValue


Method Summary
 int intValue()
          Get the integer value of this enum
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IValueIntegral
bigIntegerValue
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFValue
getType, getValueString, length, sizeof
 

Method Detail

intValue

int intValue()
Get the integer value of this enum

Returns:
enum value
Since:
4.0

PTP
Release 7.0

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