public class Connector10
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected TextMap |
description |
protected TextMap |
displayName |
protected java.lang.String |
eisType |
protected LocalCollection<Icon> |
icon |
protected java.lang.String |
id |
protected License |
license |
protected ResourceAdapter10 |
resourceAdapter |
protected java.lang.String |
specVersion |
protected java.lang.String |
vendorName |
protected java.lang.String |
version |
Constructor and Description |
---|
Connector10() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
java.lang.String |
getDisplayName() |
Text[] |
getDisplayNames() |
java.lang.String |
getEisType() |
Icon |
getIcon() |
java.util.Map<java.lang.String,Icon> |
getIconMap() |
java.util.Collection<Icon> |
getIcons() |
java.lang.String |
getId() |
License |
getLicense() |
ResourceAdapter10 |
getResourceAdapter() |
java.lang.String |
getSpecVersion() |
java.lang.String |
getVendorName() |
java.lang.String |
getVersion() |
void |
setDescriptions(Text[] text) |
void |
setDisplayNames(Text[] text) |
void |
setEisType(java.lang.String value) |
void |
setId(java.lang.String value) |
void |
setLicense(License value) |
void |
setResourceAdapter(ResourceAdapter10 value) |
void |
setSpecVersion(java.lang.String value) |
void |
setVendorName(java.lang.String value) |
void |
setVersion(java.lang.String value) |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected java.lang.String vendorName
protected java.lang.String eisType
protected java.lang.String version
protected License license
protected ResourceAdapter10 resourceAdapter
protected java.lang.String id
protected java.lang.String specVersion
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public java.lang.String getDisplayName()
public java.util.Collection<Icon> getIcons()
public java.util.Map<java.lang.String,Icon> getIconMap()
public Icon getIcon()
public java.lang.String getVendorName()
public void setVendorName(java.lang.String value)
public java.lang.String getEisType()
public void setEisType(java.lang.String value)
public java.lang.String getVersion()
public void setVersion(java.lang.String value)
public License getLicense()
public void setLicense(License value)
public ResourceAdapter10 getResourceAdapter()
public void setResourceAdapter(ResourceAdapter10 value)
public java.lang.String getSpecVersion()
public void setSpecVersion(java.lang.String value)
public java.lang.String getId()
public void setId(java.lang.String value)