Uses of Class
com.helger.html.hc.html.metadata.EHCLinkType
-
Packages that use EHCLinkType Package Description com.helger.html.hc.html.metadata -
-
Uses of EHCLinkType in com.helger.html.hc.html.metadata
Methods in com.helger.html.hc.html.metadata that return EHCLinkType Modifier and Type Method Description static EHCLinkTypeEHCLinkType. getFromAttrValueOrNull(String sAttrValue)static EHCLinkTypeEHCLinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCLinkType[]EHCLinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-