Enum Class FundamentalFacetTypes

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

public enum FundamentalFacetTypes extends Enum<FundamentalFacetTypes>
Fundamental facet kinds per XSD 1.1 Part 2 ยง4.2. Fundamental facets provide metadata about a datatype (ordered, bounded, cardinality, numeric). Unlike constraining facets, they do not restrict the value space but describe inherent properties of the type.
  • Enum Constant Details

  • Method Details

    • values

      public static FundamentalFacetTypes[] 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 FundamentalFacetTypes 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()