Package com.appliedolap.essbase
Interface EssGroup
- All Superinterfaces:
EssObject
- All Known Implementing Classes:
EssGroupImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.appliedolap.essbase.EssObject
EssObject.Type -
Method Summary
-
Method Details
-
getName
String getName()Description copied from interface:EssObjectGets the name of this object. This will generally be the "nice" and "unique" name of this object, such as the application name, cube, member, variable, or whatever. -
getType
EssObject.Type getType()Description copied from interface:EssObjectGets the type of this object. -
getServer
EssServer getServer() -
getDescription
String getDescription() -
getUsers
Gets the user members that are in this group.- Returns:
- the user members that are in this group.
-
getGroups
-