PTP
Release 7.0

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

All Superinterfaces:
IAIFType, ITypeIntegral

public interface IAIFTypeEnum
extends ITypeIntegral

Represents enum type in IAIFType


Method Summary
 String getName()
          Returns name of the enumeration
 String[] getNames()
          Returns an array of the enumeration names
 Integer[] getValues()
          Returns an array of the enumeration values corresponding to each name
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.ITypeIntegral
isSigned
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFType
sizeof
 

Method Detail

getName

String getName()
Returns name of the enumeration

Returns:
name of the enumeration

getNames

String[] getNames()
Returns an array of the enumeration names

Returns:
an array of the enumeration names
Since:
4.0

getValues

Integer[] getValues()
Returns an array of the enumeration values corresponding to each name

Returns:
an array of the enumeration values
Since:
4.0

PTP
Release 7.0

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