|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigPropertyType | |
---|---|
org.jboss.datasources.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.datasources.impl | Provides the implementation classes as defined in the schema |
Uses of ConfigPropertyType in org.jboss.datasources.api |
---|
Methods in org.jboss.datasources.api that return ConfigPropertyType | |
---|---|
ConfigPropertyType<ExtensionType<T>> |
ExtensionType.createConfigProperty()
Creates a new config-property element |
ConfigPropertyType<ExtensionType<T>> |
ExtensionType.getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. |
ConfigPropertyType<T> |
ConfigPropertyType.name(String name)
Sets the name attribute |
ConfigPropertyType<T> |
ConfigPropertyType.removeName()
Removes the name attribute |
ConfigPropertyType<T> |
ConfigPropertyType.text(String value)
Sets the body text for the element config-propertyType |
Methods in org.jboss.datasources.api that return types with arguments of type ConfigPropertyType | |
---|---|
List<ConfigPropertyType<ExtensionType<T>>> |
ExtensionType.getAllConfigProperty()
Returns all config-property elements |
Uses of ConfigPropertyType in org.jboss.datasources.impl |
---|
Methods in org.jboss.datasources.impl that return ConfigPropertyType | |
---|---|
ConfigPropertyType<ExtensionType<T>> |
ExtensionTypeImpl.createConfigProperty()
Creates a new config-property element |
ConfigPropertyType<ExtensionType<T>> |
ExtensionTypeImpl.getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. |
ConfigPropertyType<T> |
ConfigPropertyTypeImpl.name(String name)
Sets the name attribute |
ConfigPropertyType<T> |
ConfigPropertyTypeImpl.removeName()
Removes the name attribute |
ConfigPropertyType<T> |
ConfigPropertyTypeImpl.text(String value)
Sets the body text for the element config-propertyType |
Methods in org.jboss.datasources.impl that return types with arguments of type ConfigPropertyType | |
---|---|
List<ConfigPropertyType<ExtensionType<T>>> |
ExtensionTypeImpl.getAllConfigProperty()
Returns all config-property elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |