@Immutable
public class Property
extends java.lang.Object
Constructor and Description |
---|
Property(java.lang.String name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Property> |
convertToProperties(AttributeContainer from) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName() |
java.lang.String |
getValue() |
int |
hashCode() |
static java.util.List<Property> |
removeDups(java.util.List<Property> org) |
java.lang.String |
toString() |
public static java.util.List<Property> convertToProperties(AttributeContainer from)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String getName()
public java.lang.String getValue()
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object