HDIV API 2.0.4

Uses of Interface
org.hdiv.state.IParameter

Packages that use IParameter
org.hdiv.dataComposer   
org.hdiv.state   
 

Uses of IParameter in org.hdiv.dataComposer
 

Fields in org.hdiv.dataComposer declared as IParameter
protected  IParameter DataComposerMemory.lastParameter
          Last parameter treated by the compose method
 

Uses of IParameter in org.hdiv.state
 

Classes in org.hdiv.state that implement IParameter
 class Parameter
          Data struture to store all the values of a parameter
 

Methods in org.hdiv.state that return IParameter
 IParameter IState.getParameter(java.lang.String key)
          Returns the parameter that matches the given identifier key.
 IParameter State.getParameter(java.lang.String key)
          Returns the parameter that matches the given identifier key.
 

Methods in org.hdiv.state with parameters of type IParameter
 void IState.addParameter(java.lang.String key, IParameter parameter)
          Adds a new parameter to the state this.
 void State.addParameter(java.lang.String key, IParameter parameter)
          Adds a new parameter to the state this.
 


HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.