Package com.microstrategy.web.objects.rw
Interface RWShapeDef
-
- All Superinterfaces:
RWFieldDef
,RWUnitDef
,WebThresholdsContainer
public interface RWShapeDef extends RWFieldDef
Represents shape definition.- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getShapeType()
Returns shape type fromEnumDSSXMLShapeType
void
setShapeType(int value)
Sets shape type-
Methods inherited from interface com.microstrategy.web.objects.rw.RWFieldDef
getName, setName
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWUnitDef
copyFormat, flushFormatChanges, getAllControlGroupBys, getElementControlGroupBys, getFilterDetailsFormatting, getFormat, getFormat, getFormat, getFormatTypes, getKey, getKeyContext, getParent, getRwDefinition, getTheme, getThreshold, getThreshold, getThresholdCount, getTreeType, getType, isFirst, isLast, isVisible, nextSibling, prevSibling, revertToFormatDefaults, setVisible
-
Methods inherited from interface com.microstrategy.web.objects.WebThresholdsContainer
getID, getObjectType, getThresholds, getTransactions, initElementSource
-
-
-
-
Method Detail
-
getShapeType
int getShapeType()
Returns shape type fromEnumDSSXMLShapeType
- Returns:
- shape type from
EnumDSSXMLShapeType
-
setShapeType
void setShapeType(int value)
Sets shape type- Parameters:
value
- value fromEnumDSSXMLShapeType
-
-