Class LabelCompositionStrategy.StaticLabelCompositionStrategy

    • Field Detail

    • Method Detail

      • compose

        public java.lang.String compose​(IPrimitive primitive)
        Description copied from interface: LabelCompositionStrategy
        Replies the text value to be rendered as label for the primitive primitive.
        Specified by:
        compose in interface LabelCompositionStrategy
        Parameters:
        primitive - the primitive
        Returns:
        the text value to be rendered or null, if primitive is null or if no suitable value could be composed
      • toString

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

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

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