Class EntityEcaReader


  • @ThreadSafe
    public final class EntityEcaReader
    extends java.lang.Object
    An object that models the <entity-eca-reader> element.
    See Also:
    entity-config.xsd
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the value of the name attribute.
      java.util.List<Resource> getResourceList()
      Returns the <resource> child elements.
      • Methods inherited from class java.lang.Object

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

      • getName

        public java.lang.String getName()
        Returns the value of the name attribute.
      • getResourceList

        public java.util.List<Resource> getResourceList()
        Returns the <resource> child elements.