Class AbstractType

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractType()  
    • Constructor Detail

      • AbstractType

        public AbstractType()
    • Method Detail

      • toPropertyGetter

        public java.lang.String toPropertyGetter()

        toPropertyGetter.

        Specified by:
        toPropertyGetter in interface IMetaType
        Returns:
        a String object.
      • toPropertySetter

        public java.lang.String toPropertySetter()

        toPropertySetter.

        Specified by:
        toPropertySetter in interface IMetaType
        Returns:
        a String object.
      • toBeanGetter

        public java.lang.String toBeanGetter​(java.lang.String name)

        toBeanGetter.

        Specified by:
        toBeanGetter in interface IMetaType
        Parameters:
        name - a String object.
        Returns:
        a String object.
      • toBeanSetter

        public java.lang.String toBeanSetter​(java.lang.String name)

        toBeanSetter.

        Specified by:
        toBeanSetter in interface IMetaType
        Parameters:
        name - a String object.
        Returns:
        a String object.