Package com.microstrategy.web.objects
Interface WebFunctionProperty
-
public interface WebFunctionProperty
- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDataType()
Returns the data type of the property.This is one of the values fromEnumVariantTypes
java.lang.String
getDefaultValue()
Returns the default value of the property.java.lang.String
getDescription()
Returns the description of the property.java.lang.String
getName()
Returns the name of the property.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the name of the property.- Returns:
- the name of the property.
-
getDescription
java.lang.String getDescription()
Returns the description of the property.- Returns:
- the description of the property
-
getDataType
int getDataType()
Returns the data type of the property.This is one of the values fromEnumVariantTypes
- Returns:
- the data type of the property
-
getDefaultValue
java.lang.String getDefaultValue()
Returns the default value of the property.- Returns:
- the default value.
-
-