public class ConverterPluginDescriptor extends CloneableDataObject
Title: Open Service Framework
Description: Converter descriptor which contains all the converter plugin metadata such as name, class name and inbound/outbound semantic types.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
ConverterPluginDescriptor(java.lang.String name,
java.lang.String converterClass) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getInboundSemanticType() |
java.lang.String |
getName() |
java.lang.String |
getOutboundSemanticType() |
java.lang.String |
getPluginClassName() |
void |
setDescription(java.lang.String desc) |
void |
setInboundSemanticType(java.lang.String type) |
void |
setOutboundSemanticType(java.lang.String type) |
clone, getSerialVersionUID
public ConverterPluginDescriptor(java.lang.String name, java.lang.String converterClass)
public java.lang.String getName()
public java.lang.String getPluginClassName()
public java.lang.String getInboundSemanticType()
public void setInboundSemanticType(java.lang.String type)
public java.lang.String getOutboundSemanticType()
public void setOutboundSemanticType(java.lang.String type)
public java.lang.String getDescription()
public void setDescription(java.lang.String desc)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.