public class PalioServerModuleFunctionInfo
extends java.lang.Object
Constructor and Description |
---|
PalioServerModuleFunctionInfo(LocalPalioClassRegistry classRegistry,
PalioServerModuleInfo module,
java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInternalName() |
PalioServerModuleInfo |
getModule() |
int |
getParameterCount() |
java.util.List<LocalPalioClassInfo> |
getParameters() |
java.util.List<java.lang.String> |
getParametersNames() |
PalioParamLanguage |
getParamLanguage(int i) |
PalioParamMeaning |
getParamMeaning(int i) |
java.lang.String |
getPublicName() |
PalioClassInfo |
getResultClass() |
PalioParamLanguage |
getResultLanguage() |
PalioParamMeaning |
getResultMeaning() |
boolean |
isDeprecated() |
boolean |
isPredictable() |
boolean |
matches(PalioClassInfo... parameters) |
boolean |
overloads(PalioModuleFunctionInfo function) |
public PalioServerModuleFunctionInfo(LocalPalioClassRegistry classRegistry, PalioServerModuleInfo module, java.lang.reflect.Method method)
public PalioServerModuleInfo getModule()
public java.lang.String getInternalName()
public java.lang.String getPublicName()
public boolean isPredictable()
public PalioClassInfo getResultClass() throws PalioClassRegistryException
PalioClassRegistryException
public java.util.List<LocalPalioClassInfo> getParameters() throws PalioClassRegistryException
PalioClassRegistryException
public boolean matches(PalioClassInfo... parameters) throws PalioClassRegistryException
PalioClassRegistryException
public boolean overloads(PalioModuleFunctionInfo function) throws PalioClassRegistryException
PalioClassRegistryException
public PalioParamLanguage getParamLanguage(int i)
public PalioParamMeaning getParamMeaning(int i)
public PalioParamLanguage getResultLanguage()
public int getParameterCount()
public PalioParamMeaning getResultMeaning()
public boolean isDeprecated()
public java.util.List<java.lang.String> getParametersNames() throws PalioClassRegistryException
PalioClassRegistryException