Class PolicyPropertyXMLBuilderBase

    • Field Detail

    • Constructor Detail

      • PolicyPropertyXMLBuilderBase

        public PolicyPropertyXMLBuilderBase()
    • Method Detail

      • getXML

        public String getXML​(String prefix)
        Returns a XML for displaying attribute in property sheet.
        Parameters:
        prefix - Prefix XML String.
        Returns:
        XML for displaying attribute in property sheet.
      • getPropertyNames

        protected abstract List getPropertyNames()
      • getSectionLabel

        protected abstract String getSectionLabel()
      • getPropertySyntax

        protected abstract Syntax getPropertySyntax​(String propertyName)