Interface WebFormatIterator

  • All Known Implementing Classes:
    WebFormatIteratorBase

    public interface WebFormatIterator
    Since:
    MicroStrategy Web 9.0.1
    • Method Detail

      • nextPropertySet

        boolean nextPropertySet()
      • nextProperty

        boolean nextProperty()
      • getPropertySetName

        java.lang.String getPropertySetName()
      • getPropertySetId

        java.lang.String getPropertySetId()
      • getPropertyName

        java.lang.String getPropertyName()
      • getProperyDefinition

        WebProperty getProperyDefinition()
      • getPropertyID

        int getPropertyID()
      • getValue

        java.lang.String getValue()
      • getIntValue

        int getIntValue()
      • getBoolValue

        boolean getBoolValue()
      • getFloatValue

        float getFloatValue()
      • getUseDefault

        boolean getUseDefault()