public class ArrayProperty extends AbstractProperty implements Property
| Modifier and Type | Field and Description |
|---|---|
protected Property |
items |
protected Boolean |
uniqueItems |
| Constructor and Description |
|---|
ArrayProperty() |
ArrayProperty(Property items) |
| Modifier and Type | Method and Description |
|---|---|
ArrayProperty |
description(String description) |
Property |
getItems() |
Boolean |
getUniqueItems() |
ArrayProperty |
items(Property items) |
void |
setItems(Property items) |
void |
setUniqueItems(Boolean uniqueItems) |
ArrayProperty |
uniqueItems() |
ArrayProperty |
xml(Xml xml) |
_default, getDefault, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getXml, readOnly, setDefault, setDescription, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setXml, titleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefault, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getXml, setDefault, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titlepublic ArrayProperty()
public ArrayProperty(Property items)
public ArrayProperty xml(Xml xml)
public ArrayProperty uniqueItems()
public ArrayProperty description(String description)
description in interface Propertydescription in class AbstractPropertypublic ArrayProperty items(Property items)
public Property getItems()
public void setItems(Property items)
public Boolean getUniqueItems()
public void setUniqueItems(Boolean uniqueItems)
Copyright © 2015. All Rights Reserved.