|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
public class OpenLdapObjectIdentifierMacro
An OpenLDAP object identifier macro.
See http://www.openldap.org/doc/admin24/schema.html#OID%20Macros
objectIdentifier <name> { <oid> | <name>[:<suffix>] }
| Constructor Summary | |
|---|---|
OpenLdapObjectIdentifierMacro()
Instantiates a new OpenLDAP object identifier macro. |
|
| Method Summary | |
|---|---|
String |
getName()
Gets the name. |
String |
getRawOidOrNameSuffix()
Gets the raw OID or name plus suffix. |
String |
getResolvedOid()
Gets the resolved OID, null if not yet resolved. |
boolean |
isResolved()
Checks if is resolved. |
void |
setName(String name)
Sets the name. |
void |
setRawOidOrNameSuffix(String rawOidOrNameSuffix)
Sets the raw OID or name plus suffix. |
void |
setResolvedOid(String resolvedOid)
Sets the resolved OID. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OpenLdapObjectIdentifierMacro()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the new namepublic String getRawOidOrNameSuffix()
public void setRawOidOrNameSuffix(String rawOidOrNameSuffix)
rawOidOrNameSuffix - the new raw OID or name plus suffixpublic String getResolvedOid()
public boolean isResolved()
public void setResolvedOid(String resolvedOid)
resolvedOid - the new resolved OIDpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||