leafchat.core.api
Class FilterInfo.Parameter

java.lang.Object
  extended by leafchat.core.api.FilterInfo.Parameter
Enclosing class:
FilterInfo

public static class FilterInfo.Parameter
extends java.lang.Object

Stores information about a parameter to the filter constructor.


Constructor Summary
FilterInfo.Parameter(java.lang.Class<?> type, java.lang.String name, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.Class<?> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterInfo.Parameter

public FilterInfo.Parameter(java.lang.Class<?> type,
                            java.lang.String name,
                            java.lang.String description)
Parameters:
type - Type of parameter
name - Name for display to user in scripting UI
description - Additional description to display below field (null if none)
Method Detail

getName

public java.lang.String getName()
Returns:
Name for display to user in scripting UI

getDescription

public java.lang.String getDescription()
Returns:
Additional description to display below field (null if none)

getType

public java.lang.Class<?> getType()
Returns:
Type of parameter


Copyright © 2011 Samuel Marshall. All rights reserved.