com.mangofactory.swagger.models.dto
Class ModelProperty

java.lang.Object
  extended by com.mangofactory.swagger.models.dto.ModelProperty

public class ModelProperty
extends java.lang.Object


Constructor Summary
ModelProperty(java.lang.String type, java.lang.String qualifiedType, int position, java.lang.Boolean required, java.lang.String description, AllowableValues allowableValues, ModelRef items, java.lang.Boolean uniqueItems)
           
 
Method Summary
 AllowableValues getAllowableValues()
           
 java.lang.String getDescription()
           
 ModelRef getItems()
           
 int getPosition()
           
 java.lang.String getQualifiedType()
           
 SwaggerDataType getType()
           
 java.lang.Boolean isRequired()
           
 java.lang.Boolean isUniqueItems()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelProperty

public ModelProperty(java.lang.String type,
                     java.lang.String qualifiedType,
                     int position,
                     java.lang.Boolean required,
                     java.lang.String description,
                     AllowableValues allowableValues,
                     ModelRef items,
                     java.lang.Boolean uniqueItems)
Method Detail

getType

public SwaggerDataType getType()

getQualifiedType

public java.lang.String getQualifiedType()

getPosition

public int getPosition()

isRequired

public java.lang.Boolean isRequired()

getDescription

public java.lang.String getDescription()

getAllowableValues

public AllowableValues getAllowableValues()

getItems

public ModelRef getItems()

isUniqueItems

public java.lang.Boolean isUniqueItems()