public class ConfigProperty16Impl extends ConfigPropertyImpl implements ConfigProperty16
ConfigProperty16.Attribute, ConfigProperty16.Tag
configPropertyName, configPropertyType, configPropertyValue, description, id, mandatory
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) |
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,
java.lang.String configPropertyIgnoreId,
java.lang.String configPropertySupportsDynamicUpdatesId,
java.lang.String configPropertyConfidentialId) |
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.String |
getConfigPropertyConfidentialId()
get configPropertyConfidentialId
|
java.lang.Boolean |
getConfigPropertyIgnore() |
java.lang.String |
getConfigPropertyIgnoreId()
get configPropertyIgnoreId
|
java.lang.Boolean |
getConfigPropertySupportsDynamicUpdates() |
java.lang.String |
getConfigPropertySupportsDynamicUpdatesId()
get configPropertySupportsDynamicUpdatesId
|
int |
hashCode() |
java.lang.String |
toString() |
getConfigPropertyName, getConfigPropertyType, getConfigPropertyValue, getDescriptions, getId, isMandatory, isValueSet, setMandatory
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getConfigPropertyName, getConfigPropertyType, getConfigPropertyValue, getDescriptions, getId, isMandatory, isValueSet
public 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 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, java.lang.String configPropertyIgnoreId, java.lang.String configPropertySupportsDynamicUpdatesId, java.lang.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 java.lang.String getAttachedClassName()
public java.lang.Boolean getConfigPropertyIgnore()
getConfigPropertyIgnore
in interface ConfigProperty16
public java.lang.Boolean getConfigPropertySupportsDynamicUpdates()
getConfigPropertySupportsDynamicUpdates
in interface ConfigProperty16
public java.lang.Boolean getConfigPropertyConfidential()
getConfigPropertyConfidential
in interface ConfigProperty16
public java.lang.String getConfigPropertyIgnoreId()
public java.lang.String getConfigPropertyConfidentialId()
public java.lang.String getConfigPropertySupportsDynamicUpdatesId()
public int hashCode()
ConfigProperty16
hashCode
in interface ConfigProperty16
hashCode
in class ConfigPropertyImpl
Object.hashCode()
public boolean equals(java.lang.Object obj)
ConfigProperty16
equals
in interface ConfigProperty16
equals
in class ConfigPropertyImpl
Object.equals(java.lang.Object)
public java.lang.String toString()
toString
in interface ConfigProperty16
toString
in class ConfigPropertyImpl
Object.toString()
public CopyableMetaData copy()
CopyableMetaData
copy
in interface CopyableMetaData
copy
in class ConfigPropertyImpl
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)