EDMConstants.XmlConfigurationProperties

edm.edom3

Class EDMConstants.XmlConfigurationProperties


  • java.lang.Object
    • edm.edom3.EDMConstants.XmlConfigurationProperties
  • Enclosing interface:EDMConstants



    public static class EDMConstants.XmlConfigurationProperties
    extends java.lang.Object

    properties for XML configuration To update existing configuration to database use flush(). To delete an existing configuratuion use delete().
    • Field Summary

      Fields 

      Modifier and TypeField and Description
      static java.lang.Stringcontent
      The content of this XmlConfiguration as an XML document.
      static java.lang.Stringid
      The id of this XmlConfiguration as an instance id.
      static java.lang.Stringname
      The name of this XmlConfiguration as a string.
      static java.lang.Stringoptions_long
      options for this XmlConfiguration
      static java.lang.StringxmlNamespace
      Namespace for this XmlConfiguration as URL string.
      static java.lang.StringxmlNamespaceAlias
      Namespace alias for this XmlConfiguration.
      static java.lang.StringxmlSchemaURL
      XML schema URL related to the nameSpace for this XmlConfiguration
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        public static final java.lang.String id

        The id of this XmlConfiguration as an instance id.

        See Also:Constant Field Values

      • name

        public static final java.lang.String name

        The name of this XmlConfiguration as a string.

        See Also:Constant Field Values

      • content

        public static final java.lang.String content

        The content of this XmlConfiguration as an XML document.

        See Also:Constant Field Values

      • xmlNamespace

        public static final java.lang.String xmlNamespace

        Namespace for this XmlConfiguration as URL string.

        See Also:Constant Field Values

      • xmlNamespaceAlias

        public static final java.lang.String xmlNamespaceAlias

        Namespace alias for this XmlConfiguration.

        See Also:Constant Field Values

      • xmlSchemaURL

        public static final java.lang.String xmlSchemaURL

        XML schema URL related to the nameSpace for this XmlConfiguration

        See Also:Constant Field Values

      • options_long

        public static final java.lang.String options_long

        options for this XmlConfiguration

        See Also:Constant Field Values

    • Constructor Detail

      • XmlConfigurationProperties

        public XmlConfigurationProperties()