Class Details


  • public class Details
    extends Object
    Details of representation. Additional info about representation.
    Since:
    0.1
    • Constructor Detail

      • Details

        public Details​(String name,
                       String source)
        Constructor.
        Parameters:
        name - Name of the class or an object.
        source - Original source of the representation.
    • Method Detail

      • name

        public String name()
        Name of the class or an object.
        Returns:
        Name.
      • source

        public String source()
        Original source of the representation. It could be a file name or a URL.
        Returns:
        Source.