Interface EssGroup

All Superinterfaces:
EssObject
All Known Implementing Classes:
EssGroupImpl

public interface EssGroup extends EssObject
  • Method Details

    • getName

      String getName()
      Description copied from interface: EssObject
      Gets 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.
      Specified by:
      getName in interface EssObject
      Returns:
      the simple name of this object
    • getType

      EssObject.Type getType()
      Description copied from interface: EssObject
      Gets the type of this object.
      Specified by:
      getType in interface EssObject
      Returns:
      the object type
    • getServer

      EssServer getServer()
    • getDescription

      String getDescription()
    • getUsers

      List<EssUser> getUsers()
      Gets the user members that are in this group.
      Returns:
      the user members that are in this group.
    • getGroups

      List<EssGroup> getGroups()