Class NFRPropertyInfo

    • Field Detail

      • methodinfo

        protected MethodInfo methodinfo
        The method info.
    • Constructor Detail

      • NFRPropertyInfo

        public NFRPropertyInfo()
        Create a new property.
      • NFRPropertyInfo

        public NFRPropertyInfo​(java.lang.String name,
                               ClassInfo clazz,
                               MethodInfo mi)
        Create a new property.
        Parameters:
        name - The name.
        clazz - The clazz.
    • Method Detail

      • getMethodInfo

        public MethodInfo getMethodInfo()
        Get the methodInfo. return The methodInfo.
      • setMethodInfo

        public void setMethodInfo​(MethodInfo methodinfo)
        Set the methodInfo.
        Parameters:
        methodInfo - The methodInfo to set.