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, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findAttribute
public String getName()
PortMirror
getName
in interface PortMirror<T>
public Class<?> getDataType()
PortMirror
getDataType
in interface PortMirror<T>
public T getDescription()
PortMirror
getDescription
in interface PortMirror<T>
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.