Annotation Type AuthoredType


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface AuthoredType
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String TUE  
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String affiliation
      Specifies the affiliation of the author
      java.lang.String author
      Specifies the name of the author
      java.lang.String email
      specifies the e-mail address of the author
      java.lang.String typeName
      Specifies the user-readable type for this class
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String website
      Specifies the website of the author (note that this should be URL style, i.e.
    • Field Detail

      • TUE

        static final java.lang.String TUE
    • Element Detail

      • typeName

        java.lang.String typeName
        Specifies the user-readable type for this class
        Returns:
      • affiliation

        java.lang.String affiliation
        Specifies the affiliation of the author
        Returns:
      • email

        java.lang.String email
        specifies the e-mail address of the author
        Returns:
      • author

        java.lang.String author
        Specifies the name of the author
        Returns:
      • website

        java.lang.String website
        Specifies the website of the author (note that this should be URL style, i.e. with http://)
        Returns:
        Default:
        "http://www.processmining.org"