PTP
Release 5.0

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

All Superinterfaces:
IAIFValue, IValueIntegral

public interface IAIFValueChar
extends IValueIntegral

Represents char value of IAIFValue


Method Summary
 byte byteValue()
          Returns byte of this value
 char charValue()
          Returns char of this value
 
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

charValue

char charValue()
               throws AIFException
Returns char of this value

Returns:
char of this value
Throws:
AIFException - on failure

byteValue

byte byteValue()
               throws AIFException
Returns byte of this value

Returns:
byte of this value
Throws:
AIFException - on failure

PTP
Release 5.0

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