com.github.kongchen.swagger.docgen.mustache
类 MustacheItem

java.lang.Object
  继承者 com.github.kongchen.swagger.docgen.mustache.MustacheItem

public class MustacheItem
extends Object


构造方法摘要
MustacheItem(String name, com.wordnik.swagger.model.ModelProperty documentationSchema)
           
 
方法摘要
 String getAccess()
           
 String getAllowableValue()
           
 String getDescription()
           
 String getLinkType()
           
 String getName()
           
 String getNotes()
           
 int getPosition()
           
 String getType()
           
 boolean isRequired()
           
 void setAccess(String access)
           
 void setAllowableValue(String allowableValue)
           
 void setDescription(String description)
           
 void setLinkType(String linkType)
           
 void setName(String name)
           
 void setNotes(String notes)
           
 void setRequired(boolean required)
           
 void setType(String type)
           
 void setTypeAsArray(String elementType)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MustacheItem

public MustacheItem(String name,
                    com.wordnik.swagger.model.ModelProperty documentationSchema)
方法详细信息

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)

getLinkType

public String getLinkType()

setLinkType

public void setLinkType(String linkType)

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)

getAccess

public String getAccess()

setAccess

public void setAccess(String access)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getNotes

public String getNotes()

setNotes

public void setNotes(String notes)

getAllowableValue

public String getAllowableValue()

setAllowableValue

public void setAllowableValue(String allowableValue)

setTypeAsArray

public void setTypeAsArray(String elementType)

getPosition

public int getPosition()


Copyright © 2014. All Rights Reserved.