net.sf.extjwnl.util.factory
Interface Param

All Known Implementing Classes:
AbstractValueParam, NameValueParam, ParamList, ValueParam

public interface Param

Represents a parameter in a properties file. Parameters can be nested.

Author:
John Didion

Method Summary
 void addParam(Param param)
           
 Object create()
           
 String getName()
           
 String getValue()
           
 

Method Detail

getName

String getName()

getValue

String getValue()

addParam

void addParam(Param param)

create

Object create()
              throws JWNLException
Throws:
JWNLException


Copyright © 2011. All Rights Reserved.