Class KotlinDslParamCompound.Option

    • Method Detail

      • getDslName

        @NotNull
        public String getDslName()
      • getXmlValue

        @Nullable
        public String getXmlValue()
        Returns xml value generated by option or null if option doesn't generate a value itself and relies on its nested parameters to generate it
        Returns:
        see above
      • getDeprecatedInfo

        @Nullable
        public DeprecatedInfo getDeprecatedInfo()
      • isDeprecated

        public boolean isDeprecated()
      • getDescription

        @Nullable
        public String getDescription()