Class ConfigurationEnvBuilder.AttributeDef

Object
com.liferay.portal.tools.ConfigurationEnvBuilder.AttributeDef
All Implemented Interfaces:
Comparable<ConfigurationEnvBuilder.AttributeDef>
Enclosing class:
ConfigurationEnvBuilder

protected static class ConfigurationEnvBuilder.AttributeDef extends Object implements Comparable<ConfigurationEnvBuilder.AttributeDef>
  • Field Details

    • defaultValue

      protected Object defaultValue
    • deprecated

      protected Boolean deprecated
    • description

      protected String description
    • hasMetaAnnotation

      protected boolean hasMetaAnnotation
    • max

      protected Number max
    • min

      protected Number min
    • name

      protected String name
    • optionLabels

      protected String[] optionLabels
    • optionValues

      protected Object[] optionValues
    • required

      protected boolean required
    • requiredInput

      protected boolean requiredInput
    • title

      protected String title
    • type

      protected String type
  • Constructor Details

    • AttributeDef

      protected AttributeDef()
  • Method Details