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

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

    • ATOM_1_0

      public static final Outbound ATOM_1_0
    • BLOGGER

      public static final Outbound BLOGGER
    • BUDDYCLOUD

      public static final Outbound BUDDYCLOUD
    • DIASPORA

      public static final Outbound DIASPORA
    • DREAMWIDTH

      public static final Outbound DREAMWIDTH
    • DRUPAL

      public static final Outbound DRUPAL
    • FACEBOOK

      public static final Outbound FACEBOOK
    • FRIENDICA

      public static final Outbound FRIENDICA
    • GNUSOCIAL

      public static final Outbound GNUSOCIAL
    • GOOGLE

      public static final Outbound GOOGLE
    • INSANEJOURNAL

      public static final Outbound INSANEJOURNAL
    • LIBERTREE

      public static final Outbound LIBERTREE
    • LINKEDIN

      public static final Outbound LINKEDIN
    • LIVEJOURNAL

      public static final Outbound LIVEJOURNAL
    • MEDIAGOBLIN

      public static final Outbound MEDIAGOBLIN
    • MYSPACE

      public static final Outbound MYSPACE
    • PINTEREST

      public static final Outbound PINTEREST
    • PNUT

      public static final Outbound PNUT
    • POSTEROUS

      public static final Outbound POSTEROUS
    • PUMPIO

      public static final Outbound PUMPIO
    • REDMATRIX

      public static final Outbound REDMATRIX
    • RSS_2_0

      public static final Outbound RSS_2_0
    • SMTP

      public static final Outbound SMTP
    • TENT

      public static final Outbound TENT
    • TUMBLR

      public static final Outbound TUMBLR
    • TWITTER

      public static final Outbound TWITTER
    • WORDPRESS

      public static final Outbound WORDPRESS
    • XMPP

      public static final Outbound XMPP
  • Method Details

    • values

      public static Outbound[] 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 Outbound 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<Outbound>
    • value

      public String value()
    • fromValue

      public static Outbound fromValue(String value)