public interface ICDIValue extends ICDIObject
| Modifier and Type | Method and Description |
|---|---|
int |
getChildrenNumber()
Return the number of children.
|
ICDIType |
getType()
Return the type of this value.
|
java.lang.String |
getTypeName()
Returns a description of the type of data this value contains.
|
java.lang.String |
getValueString()
Returns this value as a
String. |
ICDIVariable[] |
getVariables()
Returns the variables in this value.
|
boolean |
hasChildren() |
getTargetjava.lang.String getTypeName()
throws CDIException
CDIException - if this method fails. Reasons include:ICDIType getType() throws CDIException
CDIExceptionjava.lang.String getValueString()
throws CDIException
String.CDIException - if this method fails. Reasons include:int getChildrenNumber()
throws CDIException
CDIExceptionboolean hasChildren()
throws CDIException
CDIExceptionICDIVariable[] getVariables() throws CDIException
CDIException - if this method fails. Reasons include:Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.