Class Util


  • public class Util
    extends java.lang.Object

    Utilities in support of TagExtraInfo classes.

    • Constructor Summary

      Constructors 
      Constructor Description
      Util()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isSpecified​(TagData data, java.lang.String attributeName)
      Returns true if the given attribute name is specified, false otherwise.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Util

        public Util()
    • Method Detail

      • isSpecified

        public static boolean isSpecified​(TagData data,
                                          java.lang.String attributeName)
        Returns true if the given attribute name is specified, false otherwise.