Interface WebFunctionProperty


  • public interface WebFunctionProperty
    Since:
    MicroStrategy Web 9.0.0
    • 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 from EnumVariantTypes
        Returns:
        the data type of the property
      • getDefaultValue

        java.lang.String getDefaultValue()
        Returns the default value of the property.
        Returns:
        the default value.