public class ComponentType
extends java.lang.Object
| Constructor and Description |
|---|
ComponentType(int id,
java.lang.String fullqualifiedTypeName)
Creates a new instance of this class using the given parameters.
|
ComponentType(int id,
java.lang.String packageName,
java.lang.String typeName)
Creates a new instance of this class using the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
addOperation(Operation op)
This method adds a given operation to the list of available operations.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFullQualifiedName()
Delivers the full qualified name of this type (the packages are separated with '.').
|
int |
getId()
Delivers the ID of the component type.
|
java.util.Collection<Operation> |
getOperations()
Delivers a collection containing the available operations within this component type.
|
java.lang.String |
getPackageName()
Delivers the package name of this type.
|
java.lang.String |
getTypeName()
Delivers the name of the type.
|
int |
hashCode() |
public ComponentType(int id,
java.lang.String packageName,
java.lang.String typeName)
id - The ID of the component type.packageName - The package name.typeName - The type name.public ComponentType(int id,
java.lang.String fullqualifiedTypeName)
id - The ID of the component type.fullqualifiedTypeName - The fully qualified name of the type, separated with '.'.public final int getId()
public final java.lang.String getTypeName()
public final java.lang.String getPackageName()
public final java.lang.String getFullQualifiedName()
public final java.util.Collection<Operation> getOperations()
public final Operation addOperation(Operation op)
op - The operation to be added.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright 2017 Kieker Project, http://kieker-monitoring.net