/**
  * Retrieves the hyperlink type for the element.
  *
  * <p>The actual hyperlink type is determined by {@link #getLinkType() getLinkType()}. This method
  * can is used to determine whether the hyperlink type is one of the built-in types or a custom
  * type. O * When hyperlink is of custom type, {@link HyperlinkTypeEnum#CUSTOM CUSTOM} is
  * returned.
  *
  * @return one of the hyperlink type constants
  * @see #getLinkType()
  */
 public HyperlinkTypeEnum getHyperlinkTypeValue() {
   return JRHyperlinkHelper.getHyperlinkTypeValue(getLinkType());
 }
 public HyperlinkTypeEnum getHyperlinkTypeValue() {
   return JRHyperlinkHelper.getHyperlinkTypeValue(this);
 }