public class RefProperty extends AbstractProperty implements Property
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
access, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml| Constructor and Description |
|---|
RefProperty() |
RefProperty(String ref) |
RefProperty(String ref,
RefFormat refFormat) |
| Modifier and Type | Method and Description |
|---|---|
RefProperty |
asDefault(String ref) |
RefProperty |
description(String description) |
boolean |
equals(Object obj) |
String |
get$ref() |
String |
getOriginalRef() |
RefFormat |
getRefFormat() |
String |
getSimpleRef() |
String |
getType() |
int |
hashCode() |
static boolean |
isType(String type,
String format) |
void |
set$ref(String ref) |
void |
setType(String type) |
allowEmptyValue, getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getVendorExtensions, getXml, readOnly, rename, setAccess, setAllowEmptyValue, setDefault, setDescription, setExample, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setVendorExtension, setVendorExtensionMap, setVendorExtensions, setXml, titleclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getVendorExtensions, getXml, rename, setAccess, setAllowEmptyValue, setDefault, setDescription, setExample, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titlepublic static final String TYPE
public RefProperty()
public RefProperty(String ref)
public RefProperty asDefault(String ref)
public RefProperty description(String description)
description in interface Propertydescription in class AbstractPropertypublic String getType()
getType in interface PropertygetType in class AbstractPropertypublic void setType(String type)
setType in class AbstractPropertypublic String get$ref()
public void set$ref(String ref)
public RefFormat getRefFormat()
public String getSimpleRef()
public String getOriginalRef()
public int hashCode()
hashCode in class AbstractPropertypublic boolean equals(Object obj)
equals in class AbstractPropertyCopyright © 2019. All Rights Reserved.