public interface Property
Modifier and Type | Method and Description |
---|---|
Property |
description(String description) |
String |
getAccess() |
Boolean |
getAllowEmptyValue() |
String |
getDescription() |
Object |
getExample() |
String |
getFormat() |
String |
getName() |
Integer |
getPosition() |
Boolean |
getReadOnly() |
boolean |
getRequired() |
String |
getTitle() |
String |
getType() |
Map<String,Object> |
getVendorExtensions() |
Xml |
getXml() |
Property |
rename(String newName)
creates a new instance and renames the property to the given name.
|
void |
setAccess(String access) |
void |
setAllowEmptyValue(Boolean value) |
void |
setDefault(String _default) |
void |
setDescription(String title) |
void |
setExample(Object example) |
void |
setExample(String example)
Deprecated.
|
void |
setName(String name) |
void |
setPosition(Integer position) |
void |
setReadOnly(Boolean readOnly) |
void |
setRequired(boolean required) |
void |
setTitle(String title) |
void |
setXml(Xml xml) |
Property |
title(String title) |
String getType()
String getFormat()
String getTitle()
void setTitle(String title)
String getDescription()
void setDescription(String title)
Boolean getAllowEmptyValue()
void setAllowEmptyValue(Boolean value)
String getName()
void setName(String name)
boolean getRequired()
void setRequired(boolean required)
Object getExample()
void setExample(Object example)
@Deprecated void setExample(String example)
Boolean getReadOnly()
void setReadOnly(Boolean readOnly)
Integer getPosition()
void setPosition(Integer position)
Xml getXml()
void setXml(Xml xml)
void setDefault(String _default)
String getAccess()
void setAccess(String access)
Copyright © 2019. All Rights Reserved.