Class MembersExampleGen

java.lang.Object
de.japkit.test.members.MembersExampleGen

@MembersTrigger(shadow=true)
@Generated(src="de.japkit.test.members.MembersExample")
public class MembersExampleGen
extends java.lang.Object
The generated class for the example.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    class  MembersExampleGen.SomeInnerClass
    An inner class template.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) java.lang.String fieldA  
    (package private) java.lang.String fieldB  
    (package private) java.lang.String fixedField
    A field within the generated top level class.
  • Constructor Summary

    Constructors 
    Constructor Description
    MembersExampleGen​(java.lang.String param1, int param2)
    A constructor in the top level class.It is generated by "copying" the constructor template and adjusting the name.
  • Method Summary

    Modifier and Type Method Description
    void fixedMethod​(java.lang.String param)
    A method within the generated top level class.
    void methodA()  
    void methodB()  
    java.lang.String toString()
    This method prints the field values of the generated class.

    Methods inherited from class java.lang.Object

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

    • fixedField

      java.lang.String fixedField
      A field within the generated top level class. It is generated by "copying" the field template.
    • fieldA

      java.lang.String fieldA
    • fieldB

      java.lang.String fieldB
  • Constructor Details

    • MembersExampleGen

      public MembersExampleGen​(java.lang.String param1, int param2)
      A constructor in the top level class.It is generated by "copying" the constructor template and adjusting the name.
  • Method Details

    • methodA

      public void methodA()
    • methodB

      public void methodB()
    • fixedMethod

      public void fixedMethod​(java.lang.String param)
      A method within the generated top level class. It is generated by "copying" the method template.
    • toString

      public java.lang.String toString()
      This method prints the field values of the generated class.
      Overrides:
      toString in class java.lang.Object