Class RelationshipDetail

  • All Implemented Interfaces:
    Visitable

    @API(status=INTERNAL,
         since="1.0")
    public final class RelationshipDetail
    extends java.lang.Object
    implements Visitable
    Since:
    1.0
    Author:
    Michael J. Simons, Philipp Tölle
    • Method Detail

      • hasContent

        public boolean hasContent()
        Internal helper method indicating whether the details have content or not.
        Returns:
        true if any of the details are filled
      • getProperties

        public Properties getProperties()
      • accept

        public void accept​(Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor visiting this Visitable and its nested Visitables if applicable.
        Specified by:
        accept in interface Visitable
        Parameters:
        visitor - the visitor to notify, must not be null.