Class Profile.AttributeEntry

  • Enclosing class:
    Profile

    public static final class Profile.AttributeEntry
    extends Object
    A profiling attribute.
    • Field Detail

      • nsURI

        public final String nsURI
        The namespace URI of this profiling attribute.
      • localName

        public final String localName
        The local name of this profiling attribute.
      • values

        public final String[] values
        The "tokens" comprising the value of this profiling attribute.
    • Constructor Detail

      • AttributeEntry

        public AttributeEntry​(String nsURI,
                              String localName,
                              String[] values)
        Constructs an entry.
    • Method Detail