
public class ConfigProperty16Impl extends ConfigPropertyImpl implements org.jboss.jca.common.api.metadata.ra.ra16.ConfigProperty16
configPropertyName, configPropertyType, configPropertyValue, description, id| Constructor and Description |
|---|
ConfigProperty16Impl(List<org.jboss.jca.common.api.metadata.ra.LocalizedXsdString> description,
org.jboss.jca.common.api.metadata.ra.XsdString configPropertyName,
org.jboss.jca.common.api.metadata.ra.XsdString configPropertyType,
org.jboss.jca.common.api.metadata.ra.XsdString configPropertyValue,
Boolean configPropertyIgnore,
Boolean configPropertySupportsDynamicUpdates,
Boolean configPropertyConfidential,
String id) |
ConfigProperty16Impl(List<org.jboss.jca.common.api.metadata.ra.LocalizedXsdString> description,
org.jboss.jca.common.api.metadata.ra.XsdString configPropertyName,
org.jboss.jca.common.api.metadata.ra.XsdString configPropertyType,
org.jboss.jca.common.api.metadata.ra.XsdString configPropertyValue,
Boolean configPropertyIgnore,
Boolean configPropertySupportsDynamicUpdates,
Boolean configPropertyConfidential,
String id,
String attachedClassName) |
ConfigProperty16Impl(List<org.jboss.jca.common.api.metadata.ra.LocalizedXsdString> description,
org.jboss.jca.common.api.metadata.ra.XsdString configPropertyName,
org.jboss.jca.common.api.metadata.ra.XsdString configPropertyType,
org.jboss.jca.common.api.metadata.ra.XsdString configPropertyValue,
Boolean configPropertyIgnore,
Boolean configPropertySupportsDynamicUpdates,
Boolean configPropertyConfidential,
String id,
String attachedClassName,
String configPropertyIgnoreId,
String configPropertySupportsDynamicUpdatesId,
String configPropertyConfidentialId) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.jca.common.api.metadata.CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(Object obj) |
String |
getAttachedClassName()
Get the attachedClassName.
|
Boolean |
getConfigPropertyConfidential() |
String |
getConfigPropertyConfidentialId()
get configPropertyConfidentialId
|
Boolean |
getConfigPropertyIgnore() |
String |
getConfigPropertyIgnoreId()
get configPropertyIgnoreId
|
Boolean |
getConfigPropertySupportsDynamicUpdates() |
String |
getConfigPropertySupportsDynamicUpdatesId()
get configPropertySupportsDynamicUpdatesId
|
int |
hashCode() |
String |
toString() |
getConfigPropertyName, getConfigPropertyType, getConfigPropertyValue, getDescriptions, getId, isValueSetpublic ConfigProperty16Impl(List<org.jboss.jca.common.api.metadata.ra.LocalizedXsdString> description, org.jboss.jca.common.api.metadata.ra.XsdString configPropertyName, org.jboss.jca.common.api.metadata.ra.XsdString configPropertyType, org.jboss.jca.common.api.metadata.ra.XsdString configPropertyValue, Boolean configPropertyIgnore, Boolean configPropertySupportsDynamicUpdates, Boolean configPropertyConfidential, String id)
description - list of descriptionsconfigPropertyName - name of the propertyconfigPropertyType - full qualified name of the type of the propertyconfigPropertyValue - valueconfigPropertyIgnore - not mandatory boolean value The element config-property-ignore is used to specify
whether the configuration tools must ignore considering the
configuration property during auto-discovery of
Configuration properties. See the Connector specification for
more details. If unspecified, the container must not ignore
the configuration property during auto-discovery.configPropertySupportsDynamicUpdates - not mandatory The element
config-property-supports-dynamic-updates is used to specify
whether the configuration property allows its value to be updated, by
application server's configuration tools, during the lifetime of
the JavaBean instance. See the Connector specification for
more details. If unspecified, the container must not dynamically
reconfigure the property.configPropertyConfidential - The element config-property-confidential is used to specify
whether the configuration property is confidential and
recommends application server's configuration tools to use special
visual aids for editing them. See the Connector specification for
more details. If unspecified, the container must not treat the
property as confidential.id - XML IDpublic ConfigProperty16Impl(List<org.jboss.jca.common.api.metadata.ra.LocalizedXsdString> description, org.jboss.jca.common.api.metadata.ra.XsdString configPropertyName, org.jboss.jca.common.api.metadata.ra.XsdString configPropertyType, org.jboss.jca.common.api.metadata.ra.XsdString configPropertyValue, Boolean configPropertyIgnore, Boolean configPropertySupportsDynamicUpdates, Boolean configPropertyConfidential, String id, String attachedClassName)
description - list of descriptionsconfigPropertyName - name of the propertyconfigPropertyType - full qualified name of the type of the propertyconfigPropertyValue - valueconfigPropertyIgnore - not mandatory boolean value The element config-property-ignore is used to specify
whether the configuration tools must ignore considering the
configuration property during auto-discovery of
Configuration properties. See the Connector specification for
more details. If unspecified, the container must not ignore
the configuration property during auto-discovery.configPropertySupportsDynamicUpdates - not mandatory The element
config-property-supports-dynamic-updates is used to specify
whether the configuration property allows its value to be updated, by
application server's configuration tools, during the lifetime of
the JavaBean instance. See the Connector specification for
more details. If unspecified, the container must not dynamically
reconfigure the property.configPropertyConfidential - The element config-property-confidential is used to specify
whether the configuration property is confidential and
recommends application server's configuration tools to use special
visual aids for editing them. See the Connector specification for
more details. If unspecified, the container must not treat the
property as confidential.id - XML IDattachedClassName - className of the class where the property is defined by annoptationpublic ConfigProperty16Impl(List<org.jboss.jca.common.api.metadata.ra.LocalizedXsdString> description, org.jboss.jca.common.api.metadata.ra.XsdString configPropertyName, org.jboss.jca.common.api.metadata.ra.XsdString configPropertyType, org.jboss.jca.common.api.metadata.ra.XsdString configPropertyValue, Boolean configPropertyIgnore, Boolean configPropertySupportsDynamicUpdates, Boolean configPropertyConfidential, String id, String attachedClassName, String configPropertyIgnoreId, String configPropertySupportsDynamicUpdatesId, String configPropertyConfidentialId)
description - list of descriptionsconfigPropertyName - name of the propertyconfigPropertyType - full qualified name of the type of the propertyconfigPropertyValue - valueconfigPropertyIgnore - not mandatory boolean value The element config-property-ignore is used to specify
whether the configuration tools must ignore considering the
configuration property during auto-discovery of
Configuration properties. See the Connector specification for
more details. If unspecified, the container must not ignore
the configuration property during auto-discovery.configPropertySupportsDynamicUpdates - not mandatory The element
config-property-supports-dynamic-updates is used to specify
whether the configuration property allows its value to be updated, by
application server's configuration tools, during the lifetime of
the JavaBean instance. See the Connector specification for
more details. If unspecified, the container must not dynamically
reconfigure the property.configPropertyConfidential - The element config-property-confidential is used to specify
whether the configuration property is confidential and
recommends application server's configuration tools to use special
visual aids for editing them. See the Connector specification for
more details. If unspecified, the container must not treat the
property as confidential.id - XML IDattachedClassName - className of the class where the property is defined by annoptationconfigPropertyIgnoreId - ID of configPropertyIgnore elementconfigPropertySupportsDynamicUpdatesId - ID of configPropertySupportsDynemycUpdates elementconfigPropertyConfidentialId - ID of configPropertyConfidential elementpublic final String getAttachedClassName()
public Boolean getConfigPropertyIgnore()
getConfigPropertyIgnore in interface org.jboss.jca.common.api.metadata.ra.ra16.ConfigProperty16public Boolean getConfigPropertySupportsDynamicUpdates()
getConfigPropertySupportsDynamicUpdates in interface org.jboss.jca.common.api.metadata.ra.ra16.ConfigProperty16public Boolean getConfigPropertyConfidential()
getConfigPropertyConfidential in interface org.jboss.jca.common.api.metadata.ra.ra16.ConfigProperty16public String getConfigPropertyIgnoreId()
public String getConfigPropertyConfidentialId()
public String getConfigPropertySupportsDynamicUpdatesId()
public int hashCode()
org.jboss.jca.common.api.metadata.ra.ra16.ConfigProperty16hashCode in interface org.jboss.jca.common.api.metadata.ra.ra16.ConfigProperty16hashCode in class ConfigPropertyImplObject.hashCode()public boolean equals(Object obj)
org.jboss.jca.common.api.metadata.ra.ra16.ConfigProperty16equals in interface org.jboss.jca.common.api.metadata.ra.ra16.ConfigProperty16equals in class ConfigPropertyImplObject.equals(java.lang.Object)public String toString()
toString in interface org.jboss.jca.common.api.metadata.ra.ra16.ConfigProperty16toString in class ConfigPropertyImplObject.toString()public org.jboss.jca.common.api.metadata.CopyableMetaData copy()
org.jboss.jca.common.api.metadata.CopyableMetaDatacopy in interface org.jboss.jca.common.api.metadata.CopyableMetaDatacopy in class ConfigPropertyImplCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)