uCosminexus Application Server, Web Service Development Guide

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

getProperty(String propertyName) method

Description

This method acquires the value of the property.

Syntax

public Object getProperty(String propertyName)

Parameter

propertyName
This is a property name.

Return value

The method returns the value of the property. The method returns null if the parameter of the name specified in the propertyName parameter does not exist.

Notes