isAttrPresent()

Determines if a given attribute is present or not on a business object.

Syntax

public boolean isAttrPresent(String attrName); 

Parameters

attrName
Is the name of an attribute whose value is checked for blank.

Return values

Returns true if the attribute exists or false if it does not.

Copyright IBM Corporation 1997, 2004. All Rights Reserved.