Determines whether an attribute is of a simple type (such as String, Integer, or Float) or whether it represents a child business object or an array of child business objects.
Syntax
public boolean isSimpleType();
Parameters
None.
Return values
Returns true, if the attribute is of a simple type; otherwise, returns false.
See also