public final class Connector10Impl extends ConnectorAbstractmpl implements Connector10
Connector10.Attribute, Connector10.Tag
Connector.Version
description, displayName, eisType, icon, id, license, resourceadapter, vendorName
Constructor and Description |
---|
Connector10Impl(XsdString vendorName,
XsdString eisType,
XsdString resourceadapterVersion,
LicenseType license,
ResourceAdapter resourceadapter,
java.util.List<LocalizedXsdString> description,
java.util.List<LocalizedXsdString> displayName,
java.util.List<Icon> icon,
java.lang.String id)
constructor with default spec version
|
Connector10Impl(XsdString vendorName,
XsdString eisType,
XsdString resourceadapterVersion,
LicenseType license,
ResourceAdapter resourceadapter,
java.util.List<LocalizedXsdString> description,
java.util.List<LocalizedXsdString> displayName,
java.util.List<Icon> icon,
java.lang.String id,
XsdString specVersion) |
Modifier and Type | Method and Description |
---|---|
CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
XsdString |
getSpecVersion()
Get the specVersion.
|
Connector.Version |
getVersion()
Get the version.
|
int |
hashCode() |
Connector |
merge(MergeableMetadata<?> inputMd)
Merge metadatas
|
java.lang.String |
toString() |
getDescriptions, getDisplayNames, getEisType, getIcons, getId, getLicense, getResourceadapter, getVendorName, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDescriptions, getDisplayNames, getEisType, getIcons, getLicense, getResourceadapter, getVendorName
getId
validate
public Connector10Impl(XsdString vendorName, XsdString eisType, XsdString resourceadapterVersion, LicenseType license, ResourceAdapter resourceadapter, java.util.List<LocalizedXsdString> description, java.util.List<LocalizedXsdString> displayName, java.util.List<Icon> icon, java.lang.String id, XsdString specVersion)
description
- descriptions of this connectordisplayName
- name to display for this connecotroicon
- icon representing this connectorevendorName
- vendor nameeisType
- eis typeresourceadapterVersion
- version number for the RAlicense
- license informationresourceadapter
- full qualified name of the resource adapterid
- XML IDspecVersion
- parameterpublic Connector10Impl(XsdString vendorName, XsdString eisType, XsdString resourceadapterVersion, LicenseType license, ResourceAdapter resourceadapter, java.util.List<LocalizedXsdString> description, java.util.List<LocalizedXsdString> displayName, java.util.List<Icon> icon, java.lang.String id)
description
- descriptions of this connectordisplayName
- name to display for this connecotroicon
- icon representing this connectorevendorName
- vendor nameeisType
- eis typeresourceadapterVersion
- version number for the RAlicense
- license informationresourceadapter
- full qualified name of the resource adapterid
- XML IDpublic Connector.Version getVersion()
getVersion
in interface Connector
public XsdString getSpecVersion()
public int hashCode()
hashCode
in interface Connector
hashCode
in class ConnectorAbstractmpl
public boolean equals(java.lang.Object obj)
equals
in interface Connector
equals
in class ConnectorAbstractmpl
public java.lang.String toString()
ConnectorAbstractmpl
toString
in interface Connector
toString
in class ConnectorAbstractmpl
public CopyableMetaData copy()
CopyableMetaData
copy
in interface CopyableMetaData
copy
in class ConnectorAbstractmpl
public Connector merge(MergeableMetadata<?> inputMd) throws java.lang.Exception
ConnectorAbstractmpl
merge
in interface MergeableMetadata<Connector>
merge
in class ConnectorAbstractmpl
inputMd
- The metadata to merge with thisjava.lang.Exception
- Thrown if an error occursCopyright © 2013 IronJacamar (http://www.ironjacamar.org)