leafchat.core.api
Class FilterInfo.Parameter
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterInfo.Parameter
public FilterInfo.Parameter(java.lang.Class<?> type,
java.lang.String name,
java.lang.String description)
- Parameters:
type
- Type of parametername
- Name for display to user in scripting UIdescription
- Additional description to display below field (null if none)
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.