planetj.dataengine.parameter
Interface INamedParameter

All Known Implementing Classes:
FieldOrUsageIdParameter, RequestAttribute, RequestParameter

public interface INamedParameter

Parameters implement this class to indicate that they may have a name


Method Summary
 String getParameterName()
          Gets the name of this parameter (may be null).
 

Method Detail

getParameterName

public String getParameterName()
                        throws CMException
Gets the name of this parameter (may be null).

CMException