protected static class ConfigurationEnvBuilder.ObjectDef extends java.lang.Object implements java.lang.Comparable<ConfigurationEnvBuilder.ObjectDef>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ConfigurationEnvBuilder.AttributeDef> |
attributeDefs |
protected java.lang.String |
category |
protected java.lang.String |
description |
protected java.lang.String |
extendsInterfaceName |
protected boolean |
hasMetaAnnotation |
protected java.lang.String |
interfaceName |
protected java.lang.String |
pid |
protected java.lang.String |
scope |
protected java.lang.String |
title |
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectDef() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConfigurationEnvBuilder.ObjectDef objectDef) |
protected boolean |
extendsObjectDef(ConfigurationEnvBuilder.ObjectDef superObjectDef) |
protected com.liferay.portal.kernel.json.JSONObject |
toJSONObject() |
protected java.util.List<ConfigurationEnvBuilder.AttributeDef> attributeDefs
protected java.lang.String category
protected java.lang.String description
protected java.lang.String extendsInterfaceName
protected boolean hasMetaAnnotation
protected java.lang.String interfaceName
protected java.lang.String pid
protected java.lang.String scope
protected java.lang.String title
public int compareTo(ConfigurationEnvBuilder.ObjectDef objectDef)
compareTo in interface java.lang.Comparable<ConfigurationEnvBuilder.ObjectDef>protected boolean extendsObjectDef(ConfigurationEnvBuilder.ObjectDef superObjectDef)
protected com.liferay.portal.kernel.json.JSONObject toJSONObject()