Class GeneratedFileInfo.Entry

  • Enclosing class:
    GeneratedFileInfo

    public class GeneratedFileInfo.Entry
    extends java.lang.Object
    Structure to hold entries. There are three public data members:
    • fileName - A relative path of the generated file.
    • className - The name of the class in the file.
    • type - The type of the file.
      Valid types are:
      stub, interface, complexType, enumType, fault, holder, skeleton, skeletonImpl, service, deploy, undeploy, testCase
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String className
      Field className
      java.lang.String fileName
      Field fileName
      java.lang.String type
      Field type
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(java.lang.String name, java.lang.String className, java.lang.String type)
      Constructor Entry
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Method toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • fileName

        public java.lang.String fileName
        Field fileName
      • className

        public java.lang.String className
        Field className
      • type

        public java.lang.String type
        Field type
    • Constructor Detail

      • Entry

        public Entry​(java.lang.String name,
                     java.lang.String className,
                     java.lang.String type)
        Constructor Entry
        Parameters:
        name -
        className -
        type -
    • Method Detail

      • toString

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