Class DefaultComponentRole<T>

    • Constructor Detail

      • DefaultComponentRole

        public DefaultComponentRole()
        Default constructor.
      • DefaultComponentRole

        public DefaultComponentRole​(Type roleType,
                                    String roleHint)
        Parameters:
        roleType - the role type
        roleHint - the role hint
        Since:
        10.10RC1
    • Method Detail

      • setRoleType

        public void setRoleType​(Type roleType)
        Parameters:
        roleType - the type of the role
      • setRoleHint

        public void setRoleHint​(String roleHint)
        Parameters:
        roleHint - the hint of the component role
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object