public interface PropertyState
Two property states are considered equal if and only if their names and
encoded values match. The Object.equals(Object) method needs to
be implemented so that it complies with this definition. And while
property states are not meant for use as hash keys, the
Object.hashCode() method should still be implemented according
to this equality contract.
| Modifier and Type | Method and Description |
|---|---|
String |
getEncodedValue() |
String |
getName() |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.