uCosminexus Application Server, Web Service Development Guide

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

getPropertyAsFeature(String featureName) method

Description

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

Syntax

public boolean getPropertyAsFeature(String name)

Parameter

featurename
This is the property name (feature name) to be acquired.

Return value

The method returns true when a Boolean type property of the name specified in the property map exists and is true, and in other cases, the method returns false.

Notes

None.