Enum Class XMQColorName

java.lang.Object
java.lang.Enum<XMQColorName>
org.libxmq.XMQColorName
All Implemented Interfaces:
Serializable, Comparable<XMQColorName>, Constable

public enum XMQColorName extends Enum<XMQColorName>
XMQSyntax: SYNTAX_C: Comments SYNTAX_Q: Standalone quote. SYNTAX_E: Entity SYNTAX_ENS: Element Namespace SYNTAX_EN: Element Name SYNTAX_EK: Element Key SYNTAX_EKV: Element Key Value SYNTAX_ANS: Attribute NameSpace SYNTAX_AK: Attribute Key SYNTAX_AKV: Attribute Key Value SYNTAX_CP: Compound Parentheses SYNTAX_NDC: Namespace declaration SYNTAX_UW: Unicode Whitespace
  • Enum Constant Details

    • XMQ_COLOR_C

      public static final XMQColorName XMQ_COLOR_C
      Comment
    • XMQ_COLOR_Q

      public static final XMQColorName XMQ_COLOR_Q
      Quote
    • XMQ_COLOR_E

      public static final XMQColorName XMQ_COLOR_E
      Entity
    • XMQ_COLOR_NS

      public static final XMQColorName XMQ_COLOR_NS
      Name Space (both for element and attribute)
    • XMQ_COLOR_EN

      public static final XMQColorName XMQ_COLOR_EN
      Element Name
    • XMQ_COLOR_EK

      public static final XMQColorName XMQ_COLOR_EK
      Element Key
    • XMQ_COLOR_EKV

      public static final XMQColorName XMQ_COLOR_EKV
      Element Key Value
    • XMQ_COLOR_AK

      public static final XMQColorName XMQ_COLOR_AK
      Attribute Key
    • XMQ_COLOR_AKV

      public static final XMQColorName XMQ_COLOR_AKV
      Attribute Key Value
    • XMQ_COLOR_CP

      public static final XMQColorName XMQ_COLOR_CP
      Compound Parentheses
    • XMQ_COLOR_NSD

      public static final XMQColorName XMQ_COLOR_NSD
      Name Space Declaration xmlns
    • XMQ_COLOR_UW

      public static final XMQColorName XMQ_COLOR_UW
      Unicode whitespace
    • XMQ_COLOR_XLS

      public static final XMQColorName XMQ_COLOR_XLS
      Override XLS element names with this color.
  • Method Details

    • values

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