public interface Connector extends IdDecoratedMetadata, ValidatableMetadata, MergeableMetadata<Connector>, CopyableMetaData
Modifier and Type | Interface and Description |
---|---|
static class |
Connector.Version
A Version enumeration
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<LocalizedXsdString> |
getDescriptions() |
java.util.List<LocalizedXsdString> |
getDisplayNames() |
XsdString |
getEisType()
Get the eisType.
|
java.util.List<Icon> |
getIcons() |
LicenseType |
getLicense()
Get the license.
|
ResourceAdapter |
getResourceadapter()
Get the resourceadapter.
|
XsdString |
getVendorName()
Get the vendorName.
|
Connector.Version |
getVersion()
Get the version.
|
int |
hashCode() |
java.lang.String |
toString() |
getId
validate
merge
copy
XsdString getVendorName()
XsdString getEisType()
LicenseType getLicense()
ResourceAdapter getResourceadapter()
java.util.List<LocalizedXsdString> getDescriptions()
java.util.List<LocalizedXsdString> getDisplayNames()
java.util.List<Icon> getIcons()
Connector.Version getVersion()
int hashCode()
hashCode
in class java.lang.Object
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)