Package com.microstrategy.web.objects
Interface WebFormatIterator
-
- All Known Implementing Classes:
WebFormatIteratorBase
public interface WebFormatIterator- Since:
- MicroStrategy Web 9.0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBoolValue()floatgetFloatValue()intgetIntValue()intgetPropertyID()java.lang.StringgetPropertyName()java.lang.StringgetPropertySetId()java.lang.StringgetPropertySetName()WebPropertygetProperyDefinition()booleangetUseDefault()java.lang.StringgetValue()booleannextProperty()booleannextPropertySet()
-
-
-
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()
-
-