Package com.microstrategy.web.objects
Interface WebFunctionParameter
-
public interface WebFunctionParameter
The 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 int
getDataType()
java.lang.String
getDescription()
Returns the description of the parameterjava.lang.String
getName()
Returns the name of the parameterint
getType()
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()
-
-