Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.connector16 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ConfigPropertyType<T> |
ConfigPropertyType.configPropertyConfidential(java.lang.Boolean configPropertyConfidential)
Sets the
config-property-confidential element |
ConfigPropertyType<T> |
ConfigPropertyType.configPropertyIgnore(java.lang.Boolean configPropertyIgnore)
Sets the
config-property-ignore element |
ConfigPropertyType<T> |
ConfigPropertyType.configPropertyName(java.lang.String configPropertyName)
Sets the
config-property-name element |
ConfigPropertyType<T> |
ConfigPropertyType.configPropertySupportsDynamicUpdates(java.lang.Boolean configPropertySupportsDynamicUpdates)
Sets the
config-property-supports-dynamic-updates element |
ConfigPropertyType<T> |
ConfigPropertyType.configPropertyType(ConfigPropertyTypeType configPropertyType)
Sets the
config-property-type element |
ConfigPropertyType<T> |
ConfigPropertyType.configPropertyType(java.lang.String configPropertyType)
Sets the
config-property-type element |
ConfigPropertyType<T> |
ConfigPropertyType.configPropertyValue(java.lang.String configPropertyValue)
Sets the
config-property-value element |
ConfigPropertyType<ActivationspecType<T>> |
ActivationspecType.createConfigProperty()
Creates a new
config-property element |
ConfigPropertyType<AdminobjectType<T>> |
AdminobjectType.createConfigProperty()
Creates a new
config-property element |
ConfigPropertyType<ConnectionDefinitionType<T>> |
ConnectionDefinitionType.createConfigProperty()
Creates a new
config-property element |
ConfigPropertyType<ResourceadapterType<T>> |
ResourceadapterType.createConfigProperty()
Creates a new
config-property element |
ConfigPropertyType<T> |
ConfigPropertyType.description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
ConfigPropertyType<ActivationspecType<T>> |
ActivationspecType.getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
ConfigPropertyType<AdminobjectType<T>> |
AdminobjectType.getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
ConfigPropertyType<ConnectionDefinitionType<T>> |
ConnectionDefinitionType.getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
ConfigPropertyType<ResourceadapterType<T>> |
ResourceadapterType.getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
ConfigPropertyType<T> |
ConfigPropertyType.id(java.lang.String id)
Sets the
id attribute |
ConfigPropertyType<T> |
ConfigPropertyType.removeAllDescription()
Removes the
description element |
ConfigPropertyType<T> |
ConfigPropertyType.removeConfigPropertyConfidential()
Removes the
config-property-confidential element |
ConfigPropertyType<T> |
ConfigPropertyType.removeConfigPropertyIgnore()
Removes the
config-property-ignore element |
ConfigPropertyType<T> |
ConfigPropertyType.removeConfigPropertyName()
Removes the
config-property-name element |
ConfigPropertyType<T> |
ConfigPropertyType.removeConfigPropertySupportsDynamicUpdates()
Removes the
config-property-supports-dynamic-updates element |
ConfigPropertyType<T> |
ConfigPropertyType.removeConfigPropertyType()
Removes the
config-property-type attribute |
ConfigPropertyType<T> |
ConfigPropertyType.removeConfigPropertyValue()
Removes the
config-property-value element |
ConfigPropertyType<T> |
ConfigPropertyType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigPropertyType<ActivationspecType<T>>> |
ActivationspecType.getAllConfigProperty()
Returns all
config-property elements |
java.util.List<ConfigPropertyType<AdminobjectType<T>>> |
AdminobjectType.getAllConfigProperty()
Returns all
config-property elements |
java.util.List<ConfigPropertyType<ConnectionDefinitionType<T>>> |
ConnectionDefinitionType.getAllConfigProperty()
Returns all
config-property elements |
java.util.List<ConfigPropertyType<ResourceadapterType<T>>> |
ResourceadapterType.getAllConfigProperty()
Returns all
config-property elements |
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)