public abstract class AbstractComponent extends Object
| Constructor and Description |
|---|
AbstractComponent(String name,
Class<?> type)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Getter for component name
|
Class<?> |
getType()
Getter for component class type
|
String |
toString() |
Copyright © 2007-2020 Ikasan. All Rights Reserved.