com.wordnik.swagger.core
Class DocumentationAllowableRangeValues

java.lang.Object
  extended by com.wordnik.swagger.core.DocumentationAllowableValues
      extended by com.wordnik.swagger.core.DocumentationAllowableRangeValues

public class DocumentationAllowableRangeValues
extends DocumentationAllowableValues


Constructor Summary
DocumentationAllowableRangeValues()
           
DocumentationAllowableRangeValues(float min, float max)
           
 
Method Summary
 DocumentationAllowableRangeValues copy()
           
 Float getMax()
           
 Float getMin()
           
 String getValueType()
           
 void setMax(float max)
           
 void setMin(float min)
           
 void setValueType(String valueType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentationAllowableRangeValues

public DocumentationAllowableRangeValues()

DocumentationAllowableRangeValues

public DocumentationAllowableRangeValues(float min,
                                         float max)
Method Detail

copy

public DocumentationAllowableRangeValues copy()
Specified by:
copy in class DocumentationAllowableValues

getValueType

public String getValueType()
Specified by:
getValueType in class DocumentationAllowableValues

setValueType

public void setValueType(String valueType)
Specified by:
setValueType in class DocumentationAllowableValues

getMin

public Float getMin()

setMin

public void setMin(float min)

getMax

public Float getMax()

setMax

public void setMax(float max)


Copyright © 2012. All Rights Reserved.