com.bea.wli.worklist.api.config
Interface Property

All Superinterfaces:
Serializable

public interface Property
extends Serializable

Represents a property defined for an assignment handler or other configuration object. Properties have a name, and String value.


Method Summary
 String getName()
           
 String getValue()
           
 

Method Detail

getName

String getName()

getValue

String getValue()