public interface Property
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)
Property rename(String newName)
Boolean getBooleanValue()
void setBooleanValue(Boolean booleanValue)
Copyright © 2022. All Rights Reserved.