Package com.microstrategy.web.objects.rw
Interface RWUserDEObject
-
- All Superinterfaces:
KeyedObject
,RWDataSetItem
,RWUserObject
public interface RWUserDEObject extends RWUserObject
THIS INTERFACE IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT. THE INTERFACE IS SUBJECT TO CHANGE IN FUTURE RELEASES AND SOME METHODS AND PROPERTIES MAY NOT BE SUITABLE FOR CUSTOM DEVELOPMENT. The RWUserAttribute class represents an additional derived attribute added to the grid or data set. Those attributes are not added to the data set working set but rather a kept in the separate collection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAttribute
getAttribute()
WebDerivedElements
getElements()
WebObjectInfo
getObjectInfo()
Returns corresponding WebObjectInfo-
Methods inherited from interface com.microstrategy.utils.KeyedObject
_getObKey
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWDataSetItem
getAlias, getDataSetName, getObject, getSubType, getType, getWorkingSet
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWUserObject
getDataSet, getID, getName, setName
-
-
-
-
Method Detail
-
getObjectInfo
WebObjectInfo getObjectInfo()
Returns corresponding WebObjectInfo- Returns:
-
getElements
WebDerivedElements getElements()
-
getAttribute
WebAttribute getAttribute()
-
-