Uses of Class
com.restfully.shop.services.CarResource.Color

Packages that use CarResource.Color
com.restfully.shop.services   
 

Uses of CarResource.Color in com.restfully.shop.services
 

Methods in com.restfully.shop.services that return CarResource.Color
static CarResource.Color CarResource.Color.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CarResource.Color[] CarResource.Color.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.restfully.shop.services with parameters of type CarResource.Color
 java.lang.String CarResource.getFromMatrixParam(java.lang.String make, javax.ws.rs.core.PathSegment car, CarResource.Color color, java.lang.String year)
           
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.