public class ConfigPropertyImpl extends Object implements ConfigProperty
| Constructor and Description |
|---|
ConfigPropertyImpl(List<LocalizedXsdString> description,
XsdString configPropertyName,
XsdString configPropertyType,
XsdString configPropertyValue,
Boolean configPropertyIgnore,
Boolean configPropertySupportsDynamicUpdates,
Boolean configPropertyConfidential,
String id,
boolean mandatory,
String attachedClassName,
String configPropertyIgnoreId,
String configPropertySupportsDynamicUpdatesId,
String configPropertyConfidentialId)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CopyableMetaData |
copy() |
boolean |
equals(Object obj) |
String |
getAttachedClassName() |
Boolean |
getConfigPropertyConfidential() |
String |
getConfigPropertyConfidentialId() |
Boolean |
getConfigPropertyIgnore() |
String |
getConfigPropertyIgnoreId() |
XsdString |
getConfigPropertyName() |
Boolean |
getConfigPropertySupportsDynamicUpdates() |
String |
getConfigPropertySupportsDynamicUpdatesId() |
XsdString |
getConfigPropertyType() |
XsdString |
getConfigPropertyValue() |
List<LocalizedXsdString> |
getDescriptions() |
String |
getId() |
int |
hashCode() |
boolean |
isMandatory()
Is mandatory
|
boolean |
isValueSet() |
void |
setMandatory(boolean v)
Is the config-property mandatory
|
String |
toString() |
public ConfigPropertyImpl(List<LocalizedXsdString> description, XsdString configPropertyName, XsdString configPropertyType, XsdString configPropertyValue, Boolean configPropertyIgnore, Boolean configPropertySupportsDynamicUpdates, Boolean configPropertyConfidential, String id, boolean mandatory, 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 IDmandatory - Is the property mandatoryattachedClassName - className of the class where the property is defined by annoptationconfigPropertyIgnoreId - ID of configPropertyIgnore elementconfigPropertySupportsDynamicUpdatesId - ID of configPropertySupportsDynemycUpdates elementconfigPropertyConfidentialId - ID of configPropertyConfidential elementpublic String getAttachedClassName()
getAttachedClassName in interface ConfigPropertypublic Boolean getConfigPropertyIgnore()
getConfigPropertyIgnore in interface ConfigPropertypublic Boolean getConfigPropertySupportsDynamicUpdates()
getConfigPropertySupportsDynamicUpdates in interface ConfigPropertypublic Boolean getConfigPropertyConfidential()
getConfigPropertyConfidential in interface ConfigPropertypublic String getConfigPropertyIgnoreId()
getConfigPropertyIgnoreId in interface ConfigPropertypublic String getConfigPropertyConfidentialId()
getConfigPropertyConfidentialId in interface ConfigPropertypublic String getConfigPropertySupportsDynamicUpdatesId()
getConfigPropertySupportsDynamicUpdatesId in interface ConfigPropertypublic List<LocalizedXsdString> getDescriptions()
getDescriptions in interface ConfigPropertypublic XsdString getConfigPropertyName()
getConfigPropertyName in interface ConfigPropertypublic XsdString getConfigPropertyType()
getConfigPropertyType in interface ConfigPropertypublic XsdString getConfigPropertyValue()
getConfigPropertyValue in interface ConfigPropertypublic String getId()
getId in interface IdDecoratedMetadatapublic boolean isValueSet()
isValueSet in interface ConfigPropertypublic boolean isMandatory()
isMandatory in interface ConfigPropertypublic void setMandatory(boolean v)
v - The valuepublic CopyableMetaData copy()
copy in interface CopyableMetaDataCopyright © 2021 JBoss by Red Hat. All rights reserved.