Uses of Class
com.sun.jersey.server.linking.Ref.Style

Packages that use Ref.Style
com.sun.jersey.server.linking   
com.sun.jersey.server.linking.impl   
 

Uses of Ref.Style in com.sun.jersey.server.linking
 

Methods in com.sun.jersey.server.linking that return Ref.Style
static Ref.Style Ref.Style.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Ref.Style[] Ref.Style.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Ref.Style in com.sun.jersey.server.linking.impl
 

Methods in com.sun.jersey.server.linking.impl that return Ref.Style
 Ref.Style LinkDescriptor.getLinkStyle()
           
 Ref.Style RefDescriptor.getLinkStyle()
          Get the style
 Ref.Style RefFieldDescriptor.getLinkStyle()
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.