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) |
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 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 Object
public int hashCode()
hashCode
in class Object
protected boolean isArray()
protected boolean isBoolean()
protected boolean isNumber()
protected boolean isObject()
protected boolean isString()
protected com.liferay.portal.kernel.json.JSONObject toJSONObject()