Uses of Interface
org.jboss.jca.embedded.dsl.datasources13.api.ConfigPropertyType
-
Packages that use ConfigPropertyType Package Description org.jboss.jca.embedded.dsl.datasources13.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.datasources13.impl Provides the implementation classes as defined in the schema -
-
Uses of ConfigPropertyType in org.jboss.jca.embedded.dsl.datasources13.api
Methods in org.jboss.jca.embedded.dsl.datasources13.api that return ConfigPropertyType Modifier and Type Method Description ConfigPropertyType<ExtensionType<T>>ExtensionType. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<ExtensionType<T>>ExtensionType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigPropertyType<T>ConfigPropertyType. name(String name)Sets thenameattributeConfigPropertyType<T>ConfigPropertyType. removeName()Removes thenameattributeConfigPropertyType<T>ConfigPropertyType. text(String value)Sets the body text for the elementconfig-propertyTypeMethods in org.jboss.jca.embedded.dsl.datasources13.api that return types with arguments of type ConfigPropertyType Modifier and Type Method Description List<ConfigPropertyType<ExtensionType<T>>>ExtensionType. getAllConfigProperty()Returns allconfig-propertyelements -
Uses of ConfigPropertyType in org.jboss.jca.embedded.dsl.datasources13.impl
Classes in org.jboss.jca.embedded.dsl.datasources13.impl that implement ConfigPropertyType Modifier and Type Class Description classConfigPropertyTypeImpl<T>This class implements theconfig-propertyTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources13.impl that return ConfigPropertyType Modifier and Type Method Description ConfigPropertyType<ExtensionType<T>>ExtensionTypeImpl. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<ExtensionType<T>>ExtensionTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigPropertyType<T>ConfigPropertyTypeImpl. name(String name)Sets thenameattributeConfigPropertyType<T>ConfigPropertyTypeImpl. removeName()Removes thenameattributeConfigPropertyType<T>ConfigPropertyTypeImpl. text(String value)Sets the body text for the elementconfig-propertyTypeMethods in org.jboss.jca.embedded.dsl.datasources13.impl that return types with arguments of type ConfigPropertyType Modifier and Type Method Description List<ConfigPropertyType<ExtensionType<T>>>ExtensionTypeImpl. getAllConfigProperty()Returns allconfig-propertyelements
-