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) |
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() |
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, 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 java.lang.String TYPE
public RefProperty()
public RefProperty(java.lang.String ref)
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 Property
description
in class AbstractProperty
public java.lang.String getType()
getType
in interface Property
getType
in class AbstractProperty
public void setType(java.lang.String type)
setType
in class AbstractProperty
public java.lang.String get$ref()
public void set$ref(java.lang.String ref)
public RefFormat getRefFormat()
public java.lang.String getSimpleRef()
public int hashCode()
hashCode
in class AbstractProperty
public boolean equals(java.lang.Object obj)
equals
in class AbstractProperty
Copyright © 2018. All Rights Reserved.