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