FTL.Property.exists()

Signature

boolean exists (Object property, String propname)

Domain

ACTION

Description

Check whether a property exists.

Parameters

NameTypeDescription
propertyObjectproperty object
propnameStringproperty name

Returns

TypeDescription
booleanIf the property Object is null then this method returns false
In case property Object is not null one of following would happen
1. If provided propName exists then returns true.
2. If provided propName does not exist then returns false.

Cautions

none