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() |
getTarget
java.lang.String getTypeName() throws CDIException
CDIException
- if this method fails. Reasons include:ICDIType getType() throws CDIException
CDIException
java.lang.String getValueString() throws CDIException
String
.CDIException
- if this method fails. Reasons include:int getChildrenNumber() throws CDIException
CDIException
boolean hasChildren() throws CDIException
CDIException
ICDIVariable[] getVariables() throws CDIException
CDIException
- if this method fails. Reasons include:Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.