Interface IAliasValue


public interface IAliasValue
  • Field Details

  • Method Details

    • isSystem

      boolean isSystem()
      If this is a system alias, don't ever change it or modify it.
      Returns:
    • getType

      int getType()
      Returns:
      See Also:
    • getValue

      String getValue()
      If this has a string it will return it. If this has a uri it will return it in string form.
      Returns:
      a string representation or NULL
    • setValue

      void setValue(String value)
    • getUri

      IURI getUri()
      if this has a uri it will return it if this has a string it will return a string form
      Returns:
      uri respresentation or NULL
    • setUri

      void setUri(IURI uri)
    • getTargetID

      IThingID getTargetID()
      Only returns a thingid if valid
      Returns:
      thingid or NULL
    • setTargetID

      void setTargetID(IThingID targetID)
    • getParams

      String getParams()
    • setParams

      void setParams(String params)