com.wordnik.swagger.core
Class DocumentationAllowableRangeValues
java.lang.Object
com.wordnik.swagger.core.DocumentationAllowableValues
com.wordnik.swagger.core.DocumentationAllowableRangeValues
public class DocumentationAllowableRangeValues
- extends DocumentationAllowableValues
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentationAllowableRangeValues
public DocumentationAllowableRangeValues()
DocumentationAllowableRangeValues
public DocumentationAllowableRangeValues(float min,
float max)
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.