Enum Class PostType

java.lang.Object
java.lang.Enum<PostType>
org.gcube.portal.databook.shared.PostType
All Implemented Interfaces:
Serializable, Comparable<PostType>, Constable

public enum PostType extends Enum<PostType>
Author:
Massimiliano Assante ISTI-CNR
  • Enum Constant Details

    • JOIN

      public static final PostType JOIN
    • SHARE

      public static final PostType SHARE
    • PUBLISH

      public static final PostType PUBLISH
    • TWEET

      public static final PostType TWEET
    • CONNECTED

      public static final PostType CONNECTED
    • ACCOUNTING

      public static final PostType ACCOUNTING
      Special case used when accounting
    • DISABLED

      public static final PostType DISABLED
      Special case used when a Feed is removed
  • Method Details

    • values

      public static PostType[] 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 PostType 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