Class UncopiedElement


  • public class UncopiedElement
    extends java.lang.Object
    Containes description over elements which could not be copied by the ProjectCopyVisitor.
    Author:
    El-Sharkawy
    • Field Detail

      • type

        private java.lang.String type
      • name

        private java.lang.String name
      • parentName

        private java.lang.String parentName
      • uncopiedPart

        private java.lang.String uncopiedPart
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns the type (class), which could not be copied.
        Returns:
        The type (class).
      • getName

        public java.lang.String getName()
        The name of the element, which could not be copied.
        Returns:
        The name of the element
      • getParentName

        public java.lang.String getParentName()
        The name of the parent.
        Returns:
        The name of the parent
      • getDescription

        public java.lang.String getDescription()
        Returns a default description of the element, using all the other getters.
        Returns:
        A default message, which may be used for debugging.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object