com.wordnik.swagger.core
Class DocumentationAllowableListValues
java.lang.Object
com.wordnik.swagger.core.DocumentationAllowableValues
com.wordnik.swagger.core.DocumentationAllowableListValues
public class DocumentationAllowableListValues
- extends DocumentationAllowableValues
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentationAllowableListValues
public DocumentationAllowableListValues()
DocumentationAllowableListValues
public DocumentationAllowableListValues(List<String> values)
copy
public DocumentationAllowableListValues copy()
- Specified by:
copy in class DocumentationAllowableValues
getValues
public List<String> getValues()
setValues
public void setValues(List<String> values)
getValueType
public String getValueType()
- Specified by:
getValueType in class DocumentationAllowableValues
setValueType
public void setValueType(String valueType)
- Specified by:
setValueType in class DocumentationAllowableValues
Copyright © 2012. All Rights Reserved.