public class ConfigProperty16Impl extends ConfigPropertyImpl implements ConfigProperty16
ConfigProperty16.Attribute, ConfigProperty16.TagconfigPropertyName, configPropertyType, configPropertyValue, description, id| Constructor and Description |
|---|
ConfigProperty16Impl(java.util.List<LocalizedXsdString> description,
XsdString configPropertyName,
XsdString configPropertyType,
XsdString configPropertyValue,
java.lang.Boolean configPropertyIgnore,
java.lang.Boolean configPropertySupportsDynamicUpdates,
java.lang.Boolean configPropertyConfidential,
java.lang.String id) |
ConfigProperty16Impl(java.util.List<LocalizedXsdString> description,
XsdString configPropertyName,
XsdString configPropertyType,
XsdString configPropertyValue,
java.lang.Boolean configPropertyIgnore,
java.lang.Boolean configPropertySupportsDynamicUpdates,
java.lang.Boolean configPropertyConfidential,
java.lang.String id,
java.lang.String attachedClassName) |
| Modifier and Type | Method and Description |
|---|---|
CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttachedClassName()
Get the attachedClassName.
|
java.lang.Boolean |
getConfigPropertyConfidential() |
java.lang.Boolean |
getConfigPropertyIgnore() |
java.lang.Boolean |
getConfigPropertySupportsDynamicUpdates() |
int |
hashCode() |
java.lang.String |
toString() |
getConfigPropertyName, getConfigPropertyType, getConfigPropertyValue, getDescriptions, getId, isValueSetclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetConfigPropertyName, getConfigPropertyType, getConfigPropertyValue, getDescriptions, getId, isValueSetpublic ConfigProperty16Impl(java.util.List<LocalizedXsdString> description, XsdString configPropertyName, XsdString configPropertyType, XsdString configPropertyValue, java.lang.Boolean configPropertyIgnore, java.lang.Boolean configPropertySupportsDynamicUpdates, java.lang.Boolean configPropertyConfidential, java.lang.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(java.util.List<LocalizedXsdString> description, XsdString configPropertyName, XsdString configPropertyType, XsdString configPropertyValue, java.lang.Boolean configPropertyIgnore, java.lang.Boolean configPropertySupportsDynamicUpdates, java.lang.Boolean configPropertyConfidential, java.lang.String id, java.lang.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 final java.lang.String getAttachedClassName()
public java.lang.Boolean getConfigPropertyIgnore()
getConfigPropertyIgnore in interface ConfigProperty16public java.lang.Boolean getConfigPropertySupportsDynamicUpdates()
getConfigPropertySupportsDynamicUpdates in interface ConfigProperty16public java.lang.Boolean getConfigPropertyConfidential()
getConfigPropertyConfidential in interface ConfigProperty16public int hashCode()
ConfigProperty16hashCode in interface ConfigProperty16hashCode in class ConfigPropertyImplObject.hashCode()public boolean equals(java.lang.Object obj)
ConfigProperty16equals in interface ConfigProperty16equals in class ConfigPropertyImplObject.equals(java.lang.Object)public java.lang.String toString()
toString in interface ConfigProperty16toString in class ConfigPropertyImplObject.toString()public CopyableMetaData copy()
CopyableMetaDatacopy in interface CopyableMetaDatacopy in class ConfigPropertyImplCopyright ? 2008 Red Hat Middleware LLC (http://www.jboss.com/)