public class ArrayProperty extends AbstractProperty implements Property
| Modifier and Type | Field and Description |
|---|---|
protected Property |
items |
static String |
TYPE |
protected Boolean |
uniqueItems |
| Constructor and Description |
|---|
ArrayProperty() |
ArrayProperty(Property items) |
| Modifier and Type | Method and Description |
|---|---|
ArrayProperty |
description(String description) |
boolean |
equals(Object obj) |
Property |
getItems() |
Boolean |
getUniqueItems() |
int |
hashCode() |
static boolean |
isType(String type) |
ArrayProperty |
items(Property items) |
void |
setItems(Property items) |
void |
setUniqueItems(Boolean uniqueItems) |
ArrayProperty |
uniqueItems() |
ArrayProperty |
xml(Xml xml) |
getAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, readOnly, setAccess, setDefault, setDescription, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setVendorExtension, setVendorExtensionMap, setXml, titleclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, setAccess, setDefault, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titlepublic static final String TYPE
protected Boolean uniqueItems
protected Property items
public ArrayProperty()
public ArrayProperty(Property items)
public static boolean isType(String type)
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)
public int hashCode()
hashCode in class AbstractPropertypublic boolean equals(Object obj)
equals in class AbstractPropertyCopyright © 2015. All Rights Reserved.