Class TLcdAtomRelCode

java.lang.Object
com.luciad.format.metadata.atom.model.TLcdAtomRelCode

public class TLcdAtomRelCode extends Object
This class models the GLOBAL_TYPE:{http://www.w3.org/2005/Atom}RelCodeType type.
Since:
2017.0
  • Field Details

    • ALTERNATE

      public static final TLcdAtomRelCode ALTERNATE
      An alternate representation of the entry or feed, for example a permalink to the html version of the entry, or the front page of the weblog.
    • SELF

      public static final TLcdAtomRelCode SELF
      The feed itself.
    • ENCLOSURE

      public static final TLcdAtomRelCode ENCLOSURE
      A related resource which is potentially large in size and might require special handling, for example an audio or video recording. For these links, the length attribute should be provided.
    • VIA

      public static final TLcdAtomRelCode VIA
      The source of the information provided in the entry.
  • Constructor Details

    • TLcdAtomRelCode

      public TLcdAtomRelCode(String aCode)
  • Method Details

    • getCode

      public String getCode()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object aOther)
      Overrides:
      equals in class Object
    • getWellKnownValues

      public static Map<String,TLcdAtomRelCode> getWellKnownValues()
      Returns a map containing all well known values of this class. This map contains all public constant instances defined on this class.
      Returns:
      A map that maps a well known code to an instance of this class