public abstract class AbstractFunctionDescription extends Object implements FunctionDescription
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalName() |
Object |
getDefaultValue(int position)
Returns the default value for an optional parameter.
|
String |
getDescription(Locale locale) |
String |
getDisplayName(Locale locale) |
String |
getParameterDescription(int position,
Locale locale) |
String |
getParameterDisplayName(int position,
Locale locale) |
boolean |
isInfiniteParameterCount() |
boolean |
isVolatile() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCategory, getParameterCount, getParameterType, getValueType, isParameterMandatorypublic String getCanonicalName()
getCanonicalName in interface FunctionDescriptionpublic boolean isVolatile()
isVolatile in interface FunctionDescriptionpublic Object getDefaultValue(int position)
getDefaultValue in interface FunctionDescriptionposition - public boolean isInfiniteParameterCount()
isInfiniteParameterCount in interface FunctionDescriptionpublic String getDisplayName(Locale locale)
getDisplayName in interface FunctionDescriptionpublic String getDescription(Locale locale)
getDescription in interface FunctionDescriptionpublic String getParameterDisplayName(int position, Locale locale)
getParameterDisplayName in interface FunctionDescriptionpublic String getParameterDescription(int position, Locale locale)
getParameterDescription in interface FunctionDescription