@Immutable public final class FunctionParameter extends AbstractParameter
UNBOUNDED
Constructor and Description |
---|
FunctionParameter(org.eclipse.core.runtime.IConfigurationElement conf)
Create a function parameter definition.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
getBinding()
Returns the binding class for this function parameter or null if there is
an enumeration present.
|
List<String> |
getEnumeration()
Returns the enumeration of allowed values for this function parameter or
null if there is a binding present.
|
Validator |
getValidator()
Returns the validator associated with this function parameter or null if
there is none.
|
boolean |
isScriptable()
Whether this function parameter may be scripted or not.
|
equals, getDescription, getDisplayName, getMaxOccurrence, getMinOccurrence, getName, hashCode
public FunctionParameter(org.eclipse.core.runtime.IConfigurationElement conf)
conf
- the configuration elementpublic Class<?> getBinding()
public List<String> getEnumeration()
public Validator getValidator()
public boolean isScriptable()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a