Class FormalParameterAnnotation


  • public class FormalParameterAnnotation
    extends java.lang.Object
    Since:
    MicroStrategy Web 8.0.0
    • Method Detail

      • create

        public static FormalParameterAnnotation create​(FormalParameterAnnotation prototype,
                                                       java.lang.String desc)
        This factory method is for creating annotations with descriptions.
        Parameters:
        prototype - determines annotation type
        desc - annotation details
        Returns:
        the annotation
      • getDescription

        public java.lang.String getDescription()
      • isVisible

        public boolean isVisible()
        Returns:
        whether the annotation is USABLE or DEPRECATED
      • getVisibleParameters

        public static FormalParameters getVisibleParameters​(FormalParameters fps)
        Returns:
        FormalParameters that are annotated USED or DEPRECATED
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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