Enum Class EntityTag.Strength

java.lang.Object
java.lang.Enum<EntityTag.Strength>
oracle.dbtools.plugin.api.servlet.EntityTag.Strength
All Implemented Interfaces:
Serializable, Comparable<EntityTag.Strength>, Constable
Enclosing interface:
EntityTag

public static enum EntityTag.Strength extends Enum<EntityTag.Strength>
The 'strength' of the ETag value:
A "strong entity tag" MAY be shared by two entities of a resource only if they are equivalent by octet equality. A "weak entity tag," indicated by the "W/" prefix, MAY be shared by two entities of a resource only if the entities are equivalent and could be substituted for each other with no significant change in semantics. A weak entity tag can only be used for weak comparison.
Author:
cdivilly
  • Enum Constant Details

  • Method Details

    • values

      public static EntityTag.Strength[] 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 EntityTag.Strength 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