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 booleangetBoolValue()floatgetFloatValue()intgetIntValue()intgetPropertyID()java.lang.StringgetPropertyName()java.lang.StringgetPropertySetId()java.lang.StringgetPropertySetName()WebPropertygetProperyDefinition()abstract java.lang.StringgetValue()booleannextProperty()booleannextPropertySet()-
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:
nextPropertySetin interfaceWebFormatIterator
-
nextProperty
public boolean nextProperty()
- Specified by:
nextPropertyin interfaceWebFormatIterator
-
getPropertyName
public java.lang.String getPropertyName()
- Specified by:
getPropertyNamein interfaceWebFormatIterator
-
getPropertyID
public int getPropertyID()
- Specified by:
getPropertyIDin interfaceWebFormatIterator
-
getProperyDefinition
public WebProperty getProperyDefinition()
- Specified by:
getProperyDefinitionin interfaceWebFormatIterator
-
getPropertySetId
public java.lang.String getPropertySetId()
- Specified by:
getPropertySetIdin interfaceWebFormatIterator
-
getPropertySetName
public java.lang.String getPropertySetName()
- Specified by:
getPropertySetNamein interfaceWebFormatIterator
-
getValue
public abstract java.lang.String getValue()
- Specified by:
getValuein interfaceWebFormatIterator
-
getBoolValue
public boolean getBoolValue()
- Specified by:
getBoolValuein interfaceWebFormatIterator
-
getFloatValue
public float getFloatValue()
- Specified by:
getFloatValuein interfaceWebFormatIterator
-
getIntValue
public int getIntValue()
- Specified by:
getIntValuein interfaceWebFormatIterator
-
-