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