public class RefProperty extends AbstractProperty implements Property
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
access, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml| Constructor and Description |
|---|
RefProperty() |
RefProperty(java.lang.String ref) |
RefProperty(java.lang.String ref,
RefFormat refFormat) |
| Modifier and Type | Method and Description |
|---|---|
RefProperty |
asDefault(java.lang.String ref) |
RefProperty |
description(java.lang.String description) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
get$ref() |
java.lang.String |
getOriginalRef() |
RefFormat |
getRefFormat() |
java.lang.String |
getSimpleRef() |
java.lang.String |
getType() |
int |
hashCode() |
static boolean |
isType(java.lang.String type,
java.lang.String format) |
void |
set$ref(java.lang.String ref) |
void |
setType(java.lang.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 java.lang.String TYPE
public RefProperty()
public RefProperty(java.lang.String ref)
public RefProperty(java.lang.String ref,
RefFormat refFormat)
public static boolean isType(java.lang.String type,
java.lang.String format)
public RefProperty asDefault(java.lang.String ref)
public RefProperty description(java.lang.String description)
description in interface Propertydescription in class AbstractPropertypublic java.lang.String getType()
getType in interface PropertygetType in class AbstractPropertypublic void setType(java.lang.String type)
setType in class AbstractPropertypublic java.lang.String get$ref()
public void set$ref(java.lang.String ref)
public RefFormat getRefFormat()
public java.lang.String getSimpleRef()
public java.lang.String getOriginalRef()
public int hashCode()
hashCode in class AbstractPropertypublic boolean equals(java.lang.Object obj)
equals in class AbstractPropertyCopyright © 2021. All Rights Reserved.