protected static class ConfigurationEnvBuilder.AttributeDef extends Object implements Comparable<ConfigurationEnvBuilder.AttributeDef>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
defaultValue |
protected Boolean |
deprecated |
protected String |
description |
protected boolean |
hasMetaAnnotation |
protected Number |
max |
protected Number |
min |
protected String |
name |
protected String[] |
optionLabels |
protected Object[] |
optionValues |
protected boolean |
required |
protected boolean |
requiredInput |
protected String |
title |
protected String |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
AttributeDef() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConfigurationEnvBuilder.AttributeDef attributeDef) |
boolean |
equals(Object object) |
protected boolean |
isArray() |
protected boolean |
isBoolean() |
protected boolean |
isNumber() |
protected boolean |
isObject() |
protected boolean |
isString() |
protected com.liferay.portal.kernel.json.JSONObject |
toJSONObject() |
protected Object defaultValue
protected Boolean deprecated
protected String description
protected boolean hasMetaAnnotation
protected Number max
protected Number min
protected String name
protected String[] optionLabels
protected Object[] optionValues
protected boolean required
protected boolean requiredInput
protected String title
protected String type
public int compareTo(ConfigurationEnvBuilder.AttributeDef attributeDef)
compareTo in interface Comparable<ConfigurationEnvBuilder.AttributeDef>public boolean equals(Object object)
equals in class Objectprotected boolean isArray()
protected boolean isBoolean()
protected boolean isNumber()
protected boolean isObject()
protected boolean isString()
protected com.liferay.portal.kernel.json.JSONObject toJSONObject()