Uses of Class
com.eviware.soapui.impl.rest.RestRepresentation.Type

Packages that use RestRepresentation.Type
com.eviware.soapui.impl.rest   
 

Uses of RestRepresentation.Type in com.eviware.soapui.impl.rest
 

Methods in com.eviware.soapui.impl.rest that return RestRepresentation.Type
 RestRepresentation.Type RestRepresentation.getType()
           
static RestRepresentation.Type RestRepresentation.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RestRepresentation.Type[] RestRepresentation.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eviware.soapui.impl.rest with parameters of type RestRepresentation.Type
 RestRepresentation RestRequest.addNewRepresentation(RestRepresentation.Type type)
           
 RestRepresentation[] RestRequest.getRepresentations(RestRepresentation.Type type)
           
 RestRepresentation[] RestRequest.getRepresentations(RestRepresentation.Type type, java.lang.String mediaType)
           
 void RestRepresentation.setType(RestRepresentation.Type type)
           
 



Copyright © 2005-2008 eviware.com. All Rights Reserved.