|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.common.metadata.ra.common.ConfigProperty
public class ConfigProperty

A ConfigProperty.
| Field Summary | |
|---|---|
protected XsdString |
configPropertyName
configPropertyName |
protected XsdString |
configPropertyType
configPropertyType |
protected XsdString |
configPropertyValue
configPropertyValue |
protected ArrayList<LocalizedXsdString> |
description
description |
protected String |
id
id |
| Constructor Summary | |
|---|---|
ConfigProperty(ArrayList<LocalizedXsdString> description,
XsdString configPropertyName,
XsdString configPropertyType,
XsdString configPropertyValue,
String id)
Create a new ConfigProperty15. |
|
| Method Summary | |
|---|---|
XsdString |
getConfigPropertyName()
|
XsdString |
getConfigPropertyType()
|
XsdString |
getConfigPropertyValue()
|
List<LocalizedXsdString> |
getDescription()
|
String |
getId()
Return the String representing xml ID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final ArrayList<LocalizedXsdString> description
protected final XsdString configPropertyName
protected final XsdString configPropertyType
protected final XsdString configPropertyValue
protected final String id
| Constructor Detail |
|---|
public ConfigProperty(ArrayList<LocalizedXsdString> description,
XsdString configPropertyName,
XsdString configPropertyType,
XsdString configPropertyValue,
String id)
description - the descriptionconfigPropertyName - name of config-propertyconfigPropertyType - type of config-propertyconfigPropertyValue - value of config-propertyid - id attribute in xml file| Method Detail |
|---|
public List<LocalizedXsdString> getDescription()
public XsdString getConfigPropertyName()
public XsdString getConfigPropertyType()
public XsdString getConfigPropertyValue()
public String getId()
getId in interface IdDecoratedMetadataIdDecoratedMetadata.getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||