Enum Class Options.Scope

java.lang.Object
java.lang.Enum<Options.Scope>
com.priint.pubserver.comet.renderer.Options.Scope
All Implemented Interfaces:
Options.OptionEnumerationType, Serializable, Comparable<Options.Scope>, Constable
Enclosing class:
Options

public static enum Options.Scope extends Enum<Options.Scope> implements Options.OptionEnumerationType
The Enum Scope extension OptionEnumerationType
  • Enum Constant Details

    • DOCUMENT

      public static final Options.Scope DOCUMENT
      The document.
    • COMETGROUP

      public static final Options.Scope COMETGROUP
      The cometgroup.
    • SPREAD

      public static final Options.Scope SPREAD
      The spread.
    • PAGE

      public static final Options.Scope PAGE
      The page.
    • ELEMENT

      public static final Options.Scope ELEMENT
      The element.
    • PLACEHOLDER

      public static final Options.Scope PLACEHOLDER
      The placeholder.
  • Method Details

    • values

      public static Options.Scope[] 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 Options.Scope 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
    • getIdentifier

      public String getIdentifier()
      Description copied from interface: Options.OptionEnumerationType
      Gets the identifier.
      Specified by:
      getIdentifier in interface Options.OptionEnumerationType
      Returns:
      the identifier