uCosminexus Application Server, Web Service Development Guide

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

getFeature(String featureName) method

Description

This method acquires the value of a feature.

Syntax

public boolean getFeature(String featureName)

Parameter

featureName
This is the name of a feature.

Return value

If the specified feature name exists and the value is true, the method returns true, and in the other cases, the method returns false.

Notes