com.microstrategy.web.objects.rw.RWUserAttributes |
Class Overview
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
Summary
[Expand]
Inherited Methods |
From interface
com.microstrategy.web.objects.rw.RWUserObjects
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
|
|