Class AnnotationsReader.EnumElementValue

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String enumType
      the name of the enum type
      java.lang.String enumVal
      the enum value
    • Constructor Summary

      Constructors 
      Constructor Description
      EnumElementValue​(java.lang.String enumType, java.lang.String enumVal)  
    • Method Summary

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

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

      • enumType

        public final java.lang.String enumType
        the name of the enum type
      • enumVal

        public final java.lang.String enumVal
        the enum value
    • Constructor Detail

      • EnumElementValue

        public EnumElementValue​(java.lang.String enumType,
                                java.lang.String enumVal)
    • Method Detail

      • toString

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