Class ValidationRule.PathSegment

  • Enclosing class:
    ValidationRule

    public static class ValidationRule.PathSegment
    extends Object
    Type encapsulating information about a path segment. Consumers of this type should not rely on normalizedName property which is only provided to weed out duplicates.
    • Field Detail

      • segId

        public int segId
      • prefix

        public String prefix
      • formalName

        public String formalName
      • normalizedName

        public String normalizedName
    • Constructor Detail

      • PathSegment

        public PathSegment()