Class OIDSuffixMappingDescriptorID

  • All Implemented Interfaces:
    Serializable, Cloneable, Comparable

    public class OIDSuffixMappingDescriptorID
    extends ComponentID

    The OIDSuffixMappingDescriptorID class encapsulates OID suffix mapping descriptor identity. A OIDSuffixMappingDescriptorID object is also known as an OID suffix mapping descriptor identifier.

    See Also:
    Serialized Form
    • Constructor Detail

      • OIDSuffixMappingDescriptorID

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

        Create a new OID suffix mapping descriptor identifier.

        Parameters:
        name - the name of the OID suffix mapping descriptor.
        vendor - the vendor of the OID suffix mapping descriptor.
        version - the version of the OID suffix mapping descriptor.
        Throws:
        NullPointerException - if any argument is null.
    • Method Detail

      • clone

        public Object clone()

        Create a copy of this OID suffix mapping descriptor identifier.

        Returns:
        a copy of this OID suffix mapping descriptor identifier.
        See Also:
        Object.clone()