Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters10.api.ConfigPropertyType
-
Packages that use ConfigPropertyType Package Description org.jboss.jca.embedded.dsl.resourceadapters10.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters10.impl Provides the implementation classes as defined in the schema -
-
Uses of ConfigPropertyType in org.jboss.jca.embedded.dsl.resourceadapters10.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters10.api that return ConfigPropertyType Modifier and Type Method Description ConfigPropertyType<AdminObjectType<T>>AdminObjectType. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionType. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<ResourceAdapterType<T>>ResourceAdapterType. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<AdminObjectType<T>>AdminObjectType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigPropertyType<ExtensionType<T>>ExtensionType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement with the given value will be created.ConfigPropertyType<ResourceAdapterType<T>>ResourceAdapterType. 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.resourceadapters10.api that return types with arguments of type ConfigPropertyType Modifier and Type Method Description List<ConfigPropertyType<AdminObjectType<T>>>AdminObjectType. getAllConfigProperty()Returns allconfig-propertyelementsList<ConfigPropertyType<ConnectionDefinitionType<T>>>ConnectionDefinitionType. getAllConfigProperty()Returns allconfig-propertyelementsList<ConfigPropertyType<ResourceAdapterType<T>>>ResourceAdapterType. getAllConfigProperty()Returns allconfig-propertyelements -
Uses of ConfigPropertyType in org.jboss.jca.embedded.dsl.resourceadapters10.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters10.impl that implement ConfigPropertyType Modifier and Type Class Description classConfigPropertyTypeImpl<T>This class implements theconfig-propertyTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters10.impl that return ConfigPropertyType Modifier and Type Method Description ConfigPropertyType<AdminObjectType<T>>AdminObjectTypeImpl. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<ResourceAdapterType<T>>ResourceAdapterTypeImpl. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<AdminObjectType<T>>AdminObjectTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigPropertyType<ExtensionType<T>>ExtensionTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement with the given value will be created.ConfigPropertyType<ResourceAdapterType<T>>ResourceAdapterTypeImpl. 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.resourceadapters10.impl that return types with arguments of type ConfigPropertyType Modifier and Type Method Description List<ConfigPropertyType<AdminObjectType<T>>>AdminObjectTypeImpl. getAllConfigProperty()Returns allconfig-propertyelementsList<ConfigPropertyType<ConnectionDefinitionType<T>>>ConnectionDefinitionTypeImpl. getAllConfigProperty()Returns allconfig-propertyelementsList<ConfigPropertyType<ResourceAdapterType<T>>>ResourceAdapterTypeImpl. getAllConfigProperty()Returns allconfig-propertyelements
-