Package com.microstrategy.web.objects
Class WebFormatIteratorBase
- java.lang.Object
-
- com.microstrategy.web.objects.WebFormatIteratorBase
-
- All Implemented Interfaces:
WebFormatIterator
public abstract class WebFormatIteratorBase extends java.lang.Object implements WebFormatIterator
- Since:
- MicroStrategy Web 9.0.1
-
-
Constructor Summary
Constructors Constructor Description WebFormatIteratorBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete 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()
abstract java.lang.String
getValue()
boolean
nextProperty()
boolean
nextPropertySet()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microstrategy.web.objects.WebFormatIterator
getUseDefault
-
-
-
-
Method Detail
-
nextPropertySet
public boolean nextPropertySet()
- Specified by:
nextPropertySet
in interfaceWebFormatIterator
-
nextProperty
public boolean nextProperty()
- Specified by:
nextProperty
in interfaceWebFormatIterator
-
getPropertyName
public java.lang.String getPropertyName()
- Specified by:
getPropertyName
in interfaceWebFormatIterator
-
getPropertyID
public int getPropertyID()
- Specified by:
getPropertyID
in interfaceWebFormatIterator
-
getProperyDefinition
public WebProperty getProperyDefinition()
- Specified by:
getProperyDefinition
in interfaceWebFormatIterator
-
getPropertySetId
public java.lang.String getPropertySetId()
- Specified by:
getPropertySetId
in interfaceWebFormatIterator
-
getPropertySetName
public java.lang.String getPropertySetName()
- Specified by:
getPropertySetName
in interfaceWebFormatIterator
-
getValue
public abstract java.lang.String getValue()
- Specified by:
getValue
in interfaceWebFormatIterator
-
getBoolValue
public boolean getBoolValue()
- Specified by:
getBoolValue
in interfaceWebFormatIterator
-
getFloatValue
public float getFloatValue()
- Specified by:
getFloatValue
in interfaceWebFormatIterator
-
getIntValue
public int getIntValue()
- Specified by:
getIntValue
in interfaceWebFormatIterator
-
-