Uses of Class
org.jboss.resteasy.wadl.jaxb.Link
-
Packages that use Link Package Description org.jboss.resteasy.wadl.jaxb -
-
Uses of Link in org.jboss.resteasy.wadl.jaxb
Fields in org.jboss.resteasy.wadl.jaxb declared as Link Modifier and Type Field Description protected Link
Param. link
Methods in org.jboss.resteasy.wadl.jaxb that return Link Modifier and Type Method Description Link
ObjectFactory. createLink()
Create an instance ofLink
Link
Param. getLink()
Gets the value of the link property.Methods in org.jboss.resteasy.wadl.jaxb with parameters of type Link Modifier and Type Method Description void
Param. setLink(Link value)
Sets the value of the link property.
-