com.wordnik.swagger.core
Class DocumentationAllowableListValues

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

public class DocumentationAllowableListValues
extends DocumentationAllowableValues


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

Constructor Detail

DocumentationAllowableListValues

public DocumentationAllowableListValues()

DocumentationAllowableListValues

public DocumentationAllowableListValues(List<String> values)
Method Detail

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.