Class TransientScriptedQueryParameter
- java.lang.Object
 - 
- org.neotropic.kuwaiba.northbound.rest.todeserialize.TransientScriptedQueryParameter
 
 
- 
- All Implemented Interfaces:
 Serializable
public class TransientScriptedQueryParameter extends Object implements Serializable
A script parameter is a name and value pair to be processed on the execute of the script in theScriptingQuery#getScript().- Author:
 - Mauricio Ruiz Beltrán <mauricio.ruiz@kuwaiba.org>
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TransientScriptedQueryParameter()TransientScriptedQueryParameter(String name, Object value)TransientScriptedQueryParameter(String id, String name, String description, String type, boolean mandatory, Object defaultValue) 
 -