T - the importer/exporter description object typepublic class BasicPortMirror<T> extends AbstractMirror implements PortMirror<T>
PortMirror.Element.Attribute| Constructor and Description |
|---|
BasicPortMirror(String name,
Class<?> dataType,
T description)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDataType()
Returns the data type.
|
T |
getDescription()
Returns the importer/exporter description object.
|
String |
getName()
Returns the port name.
|
addAttribute, getAttributes, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAttributepublic String getName()
PortMirrorgetName in interface PortMirror<T>public Class<?> getDataType()
PortMirrorgetDataType in interface PortMirror<T>public T getDescription()
PortMirrorgetDescription in interface PortMirror<T>Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.