Interface EssURL

All Superinterfaces:
EssObject
All Known Implementing Classes:
EssURLImpl

public interface EssURL 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
    • getURL

      String getURL()
    • getURI

      URI getURI()