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