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, title
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getVendorExtensions, getXml, rename, setAccess, setAllowEmptyValue, setDefault, setDescription, setExample, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, title
public static final String TYPE
public RefProperty()
public RefProperty(String ref)
public RefProperty asDefault(String ref)
public RefProperty description(String description)
description
in interface Property
description
in class AbstractProperty
public String getType()
getType
in interface Property
getType
in class AbstractProperty
public void setType(String type)
setType
in class AbstractProperty
public String get$ref()
public void set$ref(String ref)
public RefFormat getRefFormat()
public String getSimpleRef()
public String getOriginalRef()
public int hashCode()
hashCode
in class AbstractProperty
public boolean equals(Object obj)
equals
in class AbstractProperty
Copyright © 2019. All Rights Reserved.