Oid

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage

public final class Oid extends CustomPackage

Represents an object identifier (OID). An identifier mechanism standardized by the International Telecommunications Union (ITU) and ISO/IEC for naming any object, concept, or “thing” with a globally unambiguous persistent name.

Methods

Method Description
getValue() Gets the object identifier (OID) value.
getFriendlyName() Gets the friendly name.

getValue()

public final String getValue()

Gets the object identifier (OID) value.

Returns: java.lang.String - The object identifier (OID) value.

getFriendlyName()

public final String getFriendlyName()

Gets the friendly name.

Returns: java.lang.String - The friendly name.