Package se.conciliate.extensions.xml
Interface ElementInfo
public interface ElementInfo
Provides information about a root entity element created
by the XML serializer.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name) Returns an attribute of the element.Returns the type of the element.Shortcut for returning the "last-modified" attribute as a date.getUUID()
Shortcut for returning the "uuid" attribute.
-
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
Returns an attribute of the element.
-