Enum Class TagScope

java.lang.Object
java.lang.Enum<TagScope>
tigase.extensions.tags.TagScope
All Implemented Interfaces:
Serializable, Comparable<TagScope>, Constable

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

    • Public

      public static final TagScope Public
    • Private

      public static final TagScope Private
    • Template

      public static final TagScope Template
    • Automatic

      public static final TagScope Automatic
  • Method Details

    • values

      public static TagScope[] 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 TagScope 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
    • getValue

      public short getValue()
    • getOptionValues

      public static String[] getOptionValues()
    • getOptionValues

      public static String[] getOptionValues(Set<TagScope> scopes)
    • getOptionNames

      public static String[] getOptionNames()
    • getOptionNames

      public static String[] getOptionNames(Set<TagScope> scopes)
    • valueof

      public static TagScope valueof(String value)
    • valueof

      public static TagScope valueof(short value)