public class ApiObjectFieldDoc extends AbstractDoc implements Comparable<ApiObjectFieldDoc>
| Modifier and Type | Field and Description |
|---|---|
String |
jsondocId |
jsondocerrors, jsondochints, jsondocwarnings| Constructor and Description |
|---|
ApiObjectFieldDoc() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFormat(String format) |
int |
compareTo(ApiObjectFieldDoc o)
This comparison is the same as the one in ApiObjectFieldDoc class
|
boolean |
equals(Object obj) |
String[] |
getAllowedvalues() |
String |
getDescription() |
String |
getDisplayedFormat() |
Set<String> |
getFormat() |
JSONDocType |
getJsondocType() |
String |
getName() |
Integer |
getOrder() |
String |
getRequired() |
ApiVersionDoc |
getSupportedversions() |
int |
hashCode() |
void |
setAllowedvalues(String[] allowedvalues) |
void |
setDescription(String description) |
void |
setFormat(Set<String> format) |
void |
setJsondocType(JSONDocType jsondocType) |
void |
setName(String name) |
void |
setOrder(int order) |
void |
setRequired(String required) |
void |
setSupportedversions(ApiVersionDoc supportedversions) |
addJsondocerror, addJsondochint, addJsondocwarning, getJsondocerrors, getJsondochints, getJsondocwarnings, setJsondocerrors, setJsondochints, setJsondocwarningspublic final String jsondocId
public String[] getAllowedvalues()
public void setAllowedvalues(String[] allowedvalues)
public String getDisplayedFormat()
public void addFormat(String format)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getRequired()
public void setRequired(String required)
public ApiVersionDoc getSupportedversions()
public void setSupportedversions(ApiVersionDoc supportedversions)
public JSONDocType getJsondocType()
public void setJsondocType(JSONDocType jsondocType)
public void setOrder(int order)
public Integer getOrder()
public int compareTo(ApiObjectFieldDoc o)
compareTo in interface Comparable<ApiObjectFieldDoc>Copyright © 2017. All rights reserved.