org.usergrid.tools.apidoc.swagger
Class ApiParamAllowableValues

java.lang.Object
  extended by org.usergrid.tools.apidoc.swagger.ApiParamAllowableValues

public class ApiParamAllowableValues
extends Object


Constructor Summary
ApiParamAllowableValues()
           
 
Method Summary
 List<String> getValues()
           
 String getValueType()
           
 void setValues(List<String> values)
           
 void setValueType(String valueType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiParamAllowableValues

public ApiParamAllowableValues()
Method Detail

getValues

public List<String> getValues()

setValues

public void setValues(List<String> values)

getValueType

public String getValueType()

setValueType

public void setValueType(String valueType)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.