Class BindingDescriptorID

  • All Implemented Interfaces:
    Serializable, Cloneable, Comparable

    public class BindingDescriptorID
    extends ComponentID

    The BindingDescriptorID class encapsulates binding descriptor identity. A BindingDescriptorID object is also known as a binding descriptor identifier.

    See Also:
    Serialized Form
    • Constructor Detail

      • BindingDescriptorID

        public BindingDescriptorID​(String name,
                                   String vendor,
                                   String version)

        Create a new binding descriptor identifier.

        Parameters:
        name - the name of the binding descriptor.
        vendor - the vendor of the binding descriptor.
        version - the version of the binding descriptor.
        Throws:
        NullPointerException - if any argument is null.