public abstract class JsonSchemaType extends Object implements IJsonParentType
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<IJsonType> |
getDefinitions() |
String |
getIdentifier() |
String |
getLabel() |
String |
getName() |
JsonSchemaType |
getParent() |
int |
hashCode() |
void |
setDefinitions(List<IJsonType> definitions) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddChild, findChild, renderpublic String getLabel()
public String getIdentifier()
getIdentifier in interface IJsonTypepublic JsonSchemaType getParent()
public List<IJsonType> getDefinitions()
getDefinitions in interface IJsonTypepublic void setDefinitions(List<IJsonType> definitions)
setDefinitions in interface IJsonTypeCopyright © 2017. All rights reserved.