@Beta public abstract class AbstractBaseType extends Object implements Type
Type
s.Modifier and Type | Field and Description |
---|---|
protected String |
name
Name of this
Type . |
protected String |
packageName
Name of the package to which this
Type belongs. |
Modifier | Constructor and Description |
---|---|
protected |
AbstractBaseType(String pkName,
String name,
boolean isPkNameNormalized,
boolean isTypeNormalized,
ModuleContext context) |
protected |
AbstractBaseType(String pkName,
String name,
boolean isNormalized,
ModuleContext context)
Constructs the instance of this class with the concrete package name type
name.
|
protected |
AbstractBaseType(String pkName,
String name,
ModuleContext context)
Constructs the instance of this class with the concrete package name type
name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFullyQualifiedName()
Returns fully qualified name of Type.
|
String |
getName()
Returns name of the interface.
|
String |
getPackageName()
Returns name of the package that interface belongs to.
|
int |
hashCode() |
String |
toString() |
protected final String packageName
Type
belongs.protected final String name
Type
.protected AbstractBaseType(String pkName, String name, ModuleContext context)
pkName
- string with the package name to which this Type
belongsname
- string with the name for this Type
protected AbstractBaseType(String pkName, String name, boolean isNormalized, ModuleContext context)
pkName
- string with the package name to which this Type
belongsname
- string with the name for this Type
isNormalized
- true if pkName and name are normalizedprotected AbstractBaseType(String pkName, String name, boolean isPkNameNormalized, boolean isTypeNormalized, ModuleContext context)
public String getPackageName()
Type
getPackageName
in interface Type
public String getName()
Type
public String getFullyQualifiedName()
Type
getFullyQualifiedName
in interface Type
Copyright © 2019 OpenDaylight. All rights reserved.