Oid
Leave feedback
On this page
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.
| Method | Description |
|---|---|
| getValue() | Gets the object identifier (OID) value. |
| getFriendlyName() | Gets the friendly name. |
public final String getValue()
Gets the object identifier (OID) value.
Returns: java.lang.String - The object identifier (OID) value.
public final String getFriendlyName()
Gets the friendly name.
Returns: java.lang.String - The friendly name.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.