Enum Class FacetTypes

java.lang.Object
java.lang.Enum<FacetTypes>
org.rumbledb.types.FacetTypes
All Implemented Interfaces:
Serializable, Comparable<FacetTypes>, Constable

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

    • LENGTH

      public static final FacetTypes LENGTH
    • MINLENGTH

      public static final FacetTypes MINLENGTH
    • MAXLENGTH

      public static final FacetTypes MAXLENGTH
    • MININCLUSIVE

      public static final FacetTypes MININCLUSIVE
    • MAXINCLUSIVE

      public static final FacetTypes MAXINCLUSIVE
    • MINEXCLUSIVE

      public static final FacetTypes MINEXCLUSIVE
    • MAXEXCLUSIVE

      public static final FacetTypes MAXEXCLUSIVE
    • TOTALDIGITS

      public static final FacetTypes TOTALDIGITS
    • FRACTIONDIGITS

      public static final FacetTypes FRACTIONDIGITS
    • EXPLICITTIMEZONE

      public static final FacetTypes EXPLICITTIMEZONE
    • CONTENT

      public static final FacetTypes CONTENT
    • CLOSED

      public static final FacetTypes CLOSED
    • ENUMERATION

      public static final FacetTypes ENUMERATION
    • METADATA

      public static final FacetTypes METADATA
    • CONSTRAINTS

      public static final FacetTypes CONSTRAINTS
  • Method Details

    • values

      public static FacetTypes[] 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 FacetTypes 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
    • getTypeName

      public String getTypeName()