Lines Matching refs:Attribute
39 public class Attribute implements Serializable {
45 * @serial Attribute name.
50 * @serial Attribute value
56 * Constructs an Attribute object which associates the given attribute name with the given value.
62 public Attribute(String name, Object value) {
65 throw new RuntimeOperationsException(new IllegalArgumentException("Attribute name cannot be null "));
92 * Compares the current Attribute Object with another Attribute Object.
94 * @param object The Attribute that the current Attribute is to be compared with.
96 * @return True if the two Attribute objects are equal, otherwise false.
101 if (!(object instanceof Attribute)) {
104 Attribute val = (Attribute) object;
128 * Returns a String object representing this Attribute's value. The format of this