public class SyntaxObjectIdentifier extends Object
Constructor and Description |
---|
SyntaxObjectIdentifier(String oid) |
SyntaxObjectIdentifier(String description,
boolean humanReadable,
String oid) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getOid() |
static SyntaxObjectIdentifier |
getSyntaxObjectIdentifier(String oid) |
int |
hashCode() |
boolean |
isHumanReadable() |
static boolean |
isHumanReadable(String oid) |
String |
toString() |
public SyntaxObjectIdentifier(String oid)
public static SyntaxObjectIdentifier getSyntaxObjectIdentifier(String oid)
public static boolean isHumanReadable(String oid)
public String getOid()
public boolean isHumanReadable()
public String getDescription()
Copyright © 2010–2016. All rights reserved.