public class BindingDescriptorID extends ComponentID
The BindingDescriptorID
class encapsulates binding descriptor identity.
A BindingDescriptorID
object is also known as a binding descriptor identifier.
Constructor and Description |
---|
BindingDescriptorID(String name,
String vendor,
String version)
Create a new binding descriptor identifier.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Create a copy of this binding descriptor identifier.
|
int |
compareTo(Object obj) |
equals, getName, getVendor, getVersion, hashCode, toString
public BindingDescriptorID(String name, String vendor, String version)
Create a new binding descriptor identifier.
name
- the name of the binding descriptor.vendor
- the vendor of the binding descriptor.version
- the version of the binding descriptor.NullPointerException
- if any argument is null
.public final int compareTo(Object obj)
compareTo
in interface Comparable
compareTo
in class ComponentID
public Object clone()
Create a copy of this binding descriptor identifier.
clone
in class Object
Object.clone()