java.lang.Object
java.lang.Enum<Inbound>
org.linkedopenactors.rdfpub.adapter.driving.nodeinfo.Inbound
All Implemented Interfaces:
Serializable, Comparable<Inbound>, Constable

public enum Inbound extends Enum<Inbound>
  • Enum Constant Details

    • ATOM_1_0

      public static final Inbound ATOM_1_0
    • GNUSOCIAL

      public static final Inbound GNUSOCIAL
    • IMAP

      public static final Inbound IMAP
    • PNUT

      public static final Inbound PNUT
    • POP_3

      public static final Inbound POP_3
    • PUMPIO

      public static final Inbound PUMPIO
    • RSS_2_0

      public static final Inbound RSS_2_0
    • TWITTER

      public static final Inbound TWITTER
  • Method Details

    • values

      public static Inbound[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Inbound valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Inbound>
    • value

      public String value()
    • fromValue

      public static Inbound fromValue(String value)