Class IAttributeExtensions


  • public class IAttributeExtensions
    extends Object
    Meta-programming extensions to the IAttribute class.
    Author:
    zhanhb, Emanuel Rabina
    • Constructor Detail

      • IAttributeExtensions

        public IAttributeExtensions()
    • Method Detail

      • equalsName

        public static boolean equalsName​(IAttribute self,
                                         String prefix,
                                         String name)
        Returns whether or not an attribute is an attribute processor of the given name, checks both prefix:processor and data-prefix-processor variants.
        Parameters:
        self -
        prefix -
        name -
        Returns:
        true if this attribute is an attribute processor of the matching name.