Uses of Class
com.ail.core.configure.Parameter

Packages that use Parameter
com.ail.core   
com.ail.core.configure   
 

Uses of Parameter in com.ail.core
 

Methods in com.ail.core that return Parameter
 Parameter Core.getParameter(java.lang.String name)
          Fetch the named parameter from current configuration.
 Parameter CoreProxy.getParameter(java.lang.String name)
          Fetch the named parameter from current configuration.
 

Uses of Parameter in com.ail.core.configure
 

Methods in com.ail.core.configure that return Parameter
 Parameter Group.findParameter(java.lang.String paramNameArg)
          Find a nested parameter in this configuration.
 Parameter Group.getParameter(int index)
          Fetch a specific Parameter by it's index in the group.
 Parameter Configure.getParameter(java.lang.String name)
          Retrieve a specific paramater by name.
 Parameter ConfigurationHandler.getParameter(java.lang.String paramName, ConfigurationOwner owner, CoreUser user, Core core)
          Fetch the named parameter from the current configuration.
 Parameter Group.removeParameter(int index)
          Remove (delete) a specific Parameter from this group.
 

Methods in com.ail.core.configure that return types with arguments of type Parameter
 java.util.List<Parameter> Group.getParameter()
          Return a list of the parameters in the group as a List.
 

Methods in com.ail.core.configure with parameters of type Parameter
 void Group.addParameter(Parameter vParameter)
          Add a Parameter to this group.
 void Group.setParameterAt(int index, Parameter vParameter)
          Set the Parameter at a specified index in this group, this replaces the Parameter currently at that index.
 

Method parameters in com.ail.core.configure with type arguments of type Parameter
 void Group.setParameter(java.util.List<Parameter> parameter)
          Replace all the properties in the group with those in the list provided.