public interface Binding extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares a binding object to another object.
|
String |
getName()
Gets the name of the binding (e.g.
|
Value |
getValue()
Gets the value of the binding.
|
int |
hashCode()
The hash code of a binding is defined as the bit-wise XOR of the hash codes of its name and value:
|
String getName()
Value getValue()
boolean equals(Object o)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.