public class ModuleIdentifierImpl extends Object implements org.opendaylight.yangtools.yang.model.api.ModuleIdentifier
| Constructor and Description |
|---|
ModuleIdentifierImpl(String name,
com.google.common.base.Optional<URI> namespace,
com.google.common.base.Optional<Date> revision) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
URI |
getNamespace() |
org.opendaylight.yangtools.yang.common.QNameModule |
getQNameModule() |
Date |
getRevision() |
int |
hashCode() |
String |
toString() |
public org.opendaylight.yangtools.yang.common.QNameModule getQNameModule()
getQNameModule in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifierpublic Date getRevision()
getRevision in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifierpublic String getName()
getName in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifierpublic URI getNamespace()
getNamespace in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifierCopyright © 2014. All rights reserved.