public class RefProperty extends AbstractProperty implements Property
| Constructor and Description |
|---|
RefProperty() |
RefProperty(String ref) |
| Modifier and Type | Method and Description |
|---|---|
RefProperty |
asDefault(String ref) |
RefProperty |
description(String description) |
boolean |
equals(Object obj) |
String |
get$ref() |
String |
getSimpleRef() |
String |
getType() |
int |
hashCode() |
static boolean |
isType(String type,
String format) |
void |
set$ref(String ref) |
void |
setType(String type) |
getAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getXml, readOnly, setAccess, setDefault, setDescription, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titleclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getXml, setAccess, setDefault, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titlepublic 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 String getSimpleRef()
public int hashCode()
hashCode in class AbstractPropertypublic boolean equals(Object obj)
equals in class AbstractPropertyCopyright © 2015. All Rights Reserved.