|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigProperty | |
---|---|
org.jboss.shrinkwrap.descriptor.test.api.connector10 | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.shrinkwrap.descriptor.test.impl.connector10 | Provides the implementation classes as defined in the schema |
Uses of ConfigProperty in org.jboss.shrinkwrap.descriptor.test.api.connector10 |
---|
Methods in org.jboss.shrinkwrap.descriptor.test.api.connector10 that return ConfigProperty | |
---|---|
ConfigProperty<T> |
ConfigProperty.configPropertyName(String configPropertyName)
Sets the config-property-name element |
ConfigProperty<T> |
ConfigProperty.configPropertyType(String configPropertyType)
Sets the config-property-type element |
ConfigProperty<T> |
ConfigProperty.configPropertyValue(String configPropertyValue)
Sets the config-property-value element |
ConfigProperty<Resourceadapter<T>> |
Resourceadapter.createConfigProperty()
Creates a new config-property element |
ConfigProperty<T> |
ConfigProperty.description(String description)
Sets the description element |
ConfigProperty<Resourceadapter<T>> |
Resourceadapter.getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. |
ConfigProperty<T> |
ConfigProperty.removeConfigPropertyName()
Removes the config-property-name element |
ConfigProperty<T> |
ConfigProperty.removeConfigPropertyType()
Removes the config-property-type element |
ConfigProperty<T> |
ConfigProperty.removeConfigPropertyValue()
Removes the config-property-value element |
ConfigProperty<T> |
ConfigProperty.removeDescription()
Removes the description element |
Methods in org.jboss.shrinkwrap.descriptor.test.api.connector10 that return types with arguments of type ConfigProperty | |
---|---|
List<ConfigProperty<Resourceadapter<T>>> |
Resourceadapter.getAllConfigProperty()
Returns all config-property elements |
Uses of ConfigProperty in org.jboss.shrinkwrap.descriptor.test.impl.connector10 |
---|
Methods in org.jboss.shrinkwrap.descriptor.test.impl.connector10 that return ConfigProperty | |
---|---|
ConfigProperty<T> |
ConfigPropertyImpl.configPropertyName(String configPropertyName)
Sets the config-property-name element |
ConfigProperty<T> |
ConfigPropertyImpl.configPropertyType(String configPropertyType)
Sets the config-property-type element |
ConfigProperty<T> |
ConfigPropertyImpl.configPropertyValue(String configPropertyValue)
Sets the config-property-value element |
ConfigProperty<Resourceadapter<T>> |
ResourceadapterImpl.createConfigProperty()
Creates a new config-property element |
ConfigProperty<T> |
ConfigPropertyImpl.description(String description)
Sets the description element |
ConfigProperty<Resourceadapter<T>> |
ResourceadapterImpl.getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. |
ConfigProperty<T> |
ConfigPropertyImpl.removeConfigPropertyName()
Removes the config-property-name element |
ConfigProperty<T> |
ConfigPropertyImpl.removeConfigPropertyType()
Removes the config-property-type element |
ConfigProperty<T> |
ConfigPropertyImpl.removeConfigPropertyValue()
Removes the config-property-value element |
ConfigProperty<T> |
ConfigPropertyImpl.removeDescription()
Removes the description element |
Methods in org.jboss.shrinkwrap.descriptor.test.impl.connector10 that return types with arguments of type ConfigProperty | |
---|---|
List<ConfigProperty<Resourceadapter<T>>> |
ResourceadapterImpl.getAllConfigProperty()
Returns all config-property elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |