com.tibco.bw.poa.model
Interface PropertyConfig

All Known Implementing Classes:
PropertyConfigImpl

public interface PropertyConfig

An advice configuration property.

In order to customize the execution of an advice, an advice implementation can define configuration properties. These properties are then configured by each advice that use the implementation.

Note: Only simple properties of type String is supported, for now.

Since:
1.0

Method Summary
 java.lang.String getName()
          The name of the property.
 java.lang.String getStringValue()
          The value of the property.
 

Method Detail

getName

java.lang.String getName()
The name of the property.

Returns:

getStringValue

java.lang.String getStringValue()
The value of the property.

Returns:


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved