public abstract class AbstractProperty extends Object implements Property
Constructor and Description |
---|
AbstractProperty() |
Modifier and Type | Method and Description |
---|---|
Property |
description(String description) |
boolean |
equals(Object obj) |
String |
getAccess() |
String |
getDescription() |
Object |
getExample() |
String |
getFormat() |
String |
getName() |
Integer |
getPosition() |
Boolean |
getReadOnly() |
boolean |
getRequired() |
String |
getTitle() |
String |
getType() |
Map<String,Object> |
getVendorExtensions() |
Xml |
getXml() |
int |
hashCode() |
Property |
readOnly() |
void |
setAccess(String access) |
void |
setDefault(String _default) |
void |
setDescription(String description) |
void |
setExample(Object example) |
void |
setFormat(String format) |
void |
setName(String name) |
void |
setPosition(Integer position) |
void |
setReadOnly(Boolean readOnly) |
void |
setRequired(boolean required) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setVendorExtension(String name,
Object value) |
void |
setVendorExtensionMap(Map<String,Object> vendorExtensionMap) |
void |
setXml(Xml xml) |
Property |
title(String title) |
public Property description(String description)
description
in interface Property
public Property readOnly()
public Object getExample()
getExample
in interface Property
public void setExample(Object example)
setExample
in interface Property
public Integer getPosition()
getPosition
in interface Property
public void setPosition(Integer position)
setPosition
in interface Property
public void setType(String type)
public void setFormat(String format)
public boolean getRequired()
getRequired
in interface Property
public void setRequired(boolean required)
setRequired
in interface Property
public String getDescription()
getDescription
in interface Property
public void setDescription(String description)
setDescription
in interface Property
public Boolean getReadOnly()
getReadOnly
in interface Property
public void setReadOnly(Boolean readOnly)
setReadOnly
in interface Property
public void setDefault(String _default)
setDefault
in interface Property
public Map<String,Object> getVendorExtensions()
getVendorExtensions
in interface Property
Copyright © 2016. All rights reserved.