stanceof NumberUpSupported)) return false; return super.equals(obj); } /** * Returns category of this class. * * @return The class NumberUpSupported itself. */ public Class getCategory() { return NumberUpSupported.class; } /** * Returns the name of this attribute. * * @return The name "number-up-supported". */ public String getName() { return "number-up-supported"; } }