uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

getPropertyAsFeature(String name) method

Description

This method acquires the Boolean property as a feature from the property map.

Syntax

public boolean getPropertyAsFeature(String name)

Parameter

name
This is the name of the property.

Return value

If the specified property is Boolean with the value true, true is returned, and in all other cases, false is returned.

Notes

None.