com.microstrategy.web.objects.rw.RWUserObjects<T extends com.microstrategy.web.objects.rw.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. Represents a collection of additional attributes defined for data set
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Enumeration<T> |
elements()
Returns enumeration of derived attributes
| ||||||||||
abstract T |
get(int i)
Returns the i-th derived attribute
| ||||||||||
abstract T |
get(String ID)
Returns the derived attribute with specified ID or null
| ||||||||||
abstract T |
remove(String ID)
Removes derived attribute with specified ID
| ||||||||||
abstract int |
size()
Returns the number of extra derived attributes
|
Returns enumeration of derived attributes
Returns the i-th derived attribute
i | index |
---|
Returns the derived attribute with specified ID or null
ID | attribute ID |
---|
Removes derived attribute with specified ID
ID | attribute ID |
---|
WebObjectsException |
---|
Returns the number of extra derived attributes