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 boolean
getBoolValue()
float
getFloatValue()
int
getIntValue()
int
getPropertyID()
java.lang.String
getPropertyName()
java.lang.String
getPropertySetId()
java.lang.String
getPropertySetName()
WebProperty
getProperyDefinition()
boolean
getUseDefault()
java.lang.String
getValue()
boolean
nextProperty()
boolean
nextPropertySet()
-
-
-
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()
-
-