public class Connector16Impl extends Connector15Impl implements Connector16
Connector16.Attribute, Connector16.Tag
Connector.Version
Modifier and Type | Field and Description |
---|---|
protected boolean |
metadataComplete
Metadata complete
|
protected XsdString |
moduleName
The module name
|
protected java.util.ArrayList<XsdString> |
requiredWorkContexts
The required work contexts
|
resourceadapterVersion
description, displayName, eisType, icon, id, license, resourceadapter, vendorName
XML_VERSION
Constructor and Description |
---|
Connector16Impl(java.lang.String moduleName,
XsdString vendorName,
XsdString eisType,
XsdString resourceadapterVersion,
LicenseType license,
ResourceAdapter1516 resourceadapter,
java.util.List<java.lang.String> requiredWorkContexts,
boolean metadataComplete,
java.util.List<LocalizedXsdString> description,
java.util.List<LocalizedXsdString> displayNames,
java.util.List<Icon> icons,
java.lang.String id) |
Connector16Impl(XsdString moduleName,
XsdString vendorName,
XsdString eisType,
XsdString resourceadapterVersion,
LicenseType license,
ResourceAdapter1516 resourceadapter,
java.util.List<XsdString> requiredWorkContexts,
boolean metadataComplete,
java.util.List<LocalizedXsdString> description,
java.util.List<LocalizedXsdString> displayNames,
java.util.List<Icon> icons,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<LocalizedXsdString> |
getDescriptions() |
java.lang.String |
getModuleName() |
java.util.List<java.lang.String> |
getRequiredWorkContexts() |
Connector.Version |
getVersion()
Get the version.
|
int |
hashCode() |
boolean |
isMetadataComplete() |
Connector |
merge(MergeableMetadata<?> inputMd)
Merge metadatas
|
java.lang.String |
toString() |
defaultPropertiesToString, getResourceadapterVersion
getDisplayNames, getEisType, getIcons, getId, getLicense, getResourceadapter, getVendorName, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDisplayNames, getIcons
getResourceadapterVersion
getEisType, getLicense, getResourceadapter, getVendorName
getId
validate
protected XsdString moduleName
protected java.util.ArrayList<XsdString> requiredWorkContexts
protected boolean metadataComplete
public Connector16Impl(java.lang.String moduleName, XsdString vendorName, XsdString eisType, XsdString resourceadapterVersion, LicenseType license, ResourceAdapter1516 resourceadapter, java.util.List<java.lang.String> requiredWorkContexts, boolean metadataComplete, java.util.List<LocalizedXsdString> description, java.util.List<LocalizedXsdString> displayNames, java.util.List<Icon> icons, java.lang.String id)
moduleName
- name of the modulevendorName
- vendor nameeisType
- eis typeresourceadapterVersion
- version number for the RAlicense
- license informationresourceadapter
- full qualified name of the resource adapterrequiredWorkContexts
- list od work context requiredmetadataComplete
- not mandatory boolean valuedescription
- descriptions of this connectordisplayNames
- name to display for this connecotroicons
- icon representing this connectoreid
- XML IDpublic Connector16Impl(XsdString moduleName, XsdString vendorName, XsdString eisType, XsdString resourceadapterVersion, LicenseType license, ResourceAdapter1516 resourceadapter, java.util.List<XsdString> requiredWorkContexts, boolean metadataComplete, java.util.List<LocalizedXsdString> description, java.util.List<LocalizedXsdString> displayNames, java.util.List<Icon> icons, java.lang.String id)
moduleName
- Xsd string as name of the modulevendorName
- vendor nameeisType
- eis typeresourceadapterVersion
- version number for the RAlicense
- license informationresourceadapter
- full qualified name of the resource adapterrequiredWorkContexts
- list od work context requiredmetadataComplete
- not mandatory boolean valuedescription
- descriptions of this connectordisplayNames
- name to display for this connecotroicons
- icon representing this connectoreid
- XML IDpublic java.util.List<java.lang.String> getRequiredWorkContexts()
getRequiredWorkContexts
in interface Connector16
public java.lang.String getModuleName()
getModuleName
in interface Connector16
public java.util.List<LocalizedXsdString> getDescriptions()
getDescriptions
in interface Connector
getDescriptions
in interface Connector16
getDescriptions
in class ConnectorAbstractmpl
public boolean isMetadataComplete()
isMetadataComplete
in interface Connector16
public Connector.Version getVersion()
getVersion
in interface Connector
getVersion
in class Connector15Impl
public int hashCode()
hashCode
in interface Connector
hashCode
in class Connector15Impl
public boolean equals(java.lang.Object obj)
equals
in interface Connector
equals
in class Connector15Impl
public java.lang.String toString()
ConnectorAbstractmpl
toString
in interface Connector
toString
in class Connector15Impl
public Connector merge(MergeableMetadata<?> inputMd) throws java.lang.Exception
ConnectorAbstractmpl
merge
in interface MergeableMetadata<Connector>
merge
in class Connector15Impl
inputMd
- The metadata to merge with thisjava.lang.Exception
- Thrown if an error occurspublic CopyableMetaData copy()
CopyableMetaData
copy
in interface CopyableMetaData
copy
in class Connector15Impl
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)