com.wordnik.swagger.core
Class DocumentationAllowableValues

java.lang.Object
  extended by com.wordnik.swagger.core.DocumentationAllowableValues
Direct Known Subclasses:
DocumentationAllowableListValues, DocumentationAllowableRangeValues

public abstract class DocumentationAllowableValues
extends Object


Constructor Summary
DocumentationAllowableValues()
           
 
Method Summary
abstract  DocumentationAllowableValues copy()
           
abstract  String getValueType()
           
abstract  void setValueType(String valueType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentationAllowableValues

public DocumentationAllowableValues()
Method Detail

copy

public abstract DocumentationAllowableValues copy()

getValueType

public abstract String getValueType()

setValueType

public abstract void setValueType(String valueType)


Copyright © 2012. All Rights Reserved.