Uses of Class
com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.LinkType
-
Packages that use LinkType Package Description com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections -
-
Uses of LinkType in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return LinkType Modifier and Type Method Description LinkTypeLink. getType()Get the type of the link (internal or external).static LinkTypeLinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static LinkType[]LinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type LinkType Constructor Description Link(String name, String target, LinkType type)Default constructor.
-