public class AbstractBaseType extends Object implements Type
Type
s.Modifier | Constructor and Description |
---|---|
protected |
AbstractBaseType(JavaTypeName identifier)
Constructs the instance of this class with a JavaTypeName.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
JavaTypeName |
getIdentifier() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getFullyQualifiedName, getName, getPackageName
protected AbstractBaseType(JavaTypeName identifier)
identifier
- for this Type
public final JavaTypeName getIdentifier()
getIdentifier
in interface org.opendaylight.yangtools.concepts.Identifiable<JavaTypeName>
Copyright © 2019 OpenDaylight. All rights reserved.