Package com.microstrategy.web.objects
Interface WebFunctionParameter
-
public interface WebFunctionParameterThe interface of the parameter to a WebFunction.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDataType()java.lang.StringgetDescription()Returns the description of the parameterjava.lang.StringgetName()Returns the name of the parameterintgetType()Returns the type of the parameter.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the name of the parameter- Returns:
- the name
-
getDescription
java.lang.String getDescription()
Returns the description of the parameter- Returns:
- the description
-
getType
int getType()
Returns the type of the parameter.- Returns:
- the type.
-
getDataType
int getDataType()
-
-