Interface ElementInfo


public interface ElementInfo
Provides information about a root entity element created by the XML serializer.
  • Method Details

    • getElementType

      ElementInfo.EntityType getElementType()
      Returns the type of the element.
      Returns:
      The element type.
    • getUUID

      String getUUID()
      Shortcut for returning the "uuid" attribute.
      Returns:
      The element UUID.
    • getLastModified

      Date getLastModified()
      Shortcut for returning the "last-modified" attribute as a date.
      Returns:
      The "last modified" time of the entity.
    • getAttribute

      String getAttribute(String name)
      Returns an attribute of the element.