Package edm.edom3

Class 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 Type Field Description
      static java.lang.String content
      The content of this XmlConfiguration as an XML document.
      static java.lang.String id
      The id of this XmlConfiguration as an instance id.
      static java.lang.String name
      The name of this XmlConfiguration as a string.
      static java.lang.String options_long
      options for this XmlConfiguration
      static java.lang.String xmlNamespace
      Namespace for this XmlConfiguration as URL string.
      static java.lang.String xmlNamespaceAlias
      Namespace alias for this XmlConfiguration.
      static java.lang.String xmlSchemaURL
      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()