Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar10.api.ConfigPropertyType
-
Packages that use ConfigPropertyType Package Description org.jboss.jca.embedded.dsl.ironjacamar10.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar10.impl Provides the implementation classes as defined in the schema -
-
Uses of ConfigPropertyType in org.jboss.jca.embedded.dsl.ironjacamar10.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar10.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<IronjacamarDescriptor>IronjacamarDescriptor. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<IronjacamarType<T>>IronjacamarType. 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<IronjacamarDescriptor>IronjacamarDescriptor. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigPropertyType<IronjacamarType<T>>IronjacamarType. 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.ironjacamar10.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<IronjacamarDescriptor>>IronjacamarDescriptor. getAllConfigProperty()Returns allconfig-propertyelementsList<ConfigPropertyType<IronjacamarType<T>>>IronjacamarType. getAllConfigProperty()Returns allconfig-propertyelements -
Uses of ConfigPropertyType in org.jboss.jca.embedded.dsl.ironjacamar10.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar10.impl that implement ConfigPropertyType Modifier and Type Class Description classConfigPropertyTypeImpl<T>This class implements theconfig-propertyTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar10.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<IronjacamarDescriptor>IronjacamarDescriptorImpl. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<IronjacamarType<T>>IronjacamarTypeImpl. 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<IronjacamarDescriptor>IronjacamarDescriptorImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigPropertyType<IronjacamarType<T>>IronjacamarTypeImpl. 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.ironjacamar10.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<IronjacamarDescriptor>>IronjacamarDescriptorImpl. getAllConfigProperty()Returns allconfig-propertyelementsList<ConfigPropertyType<IronjacamarType<T>>>IronjacamarTypeImpl. getAllConfigProperty()Returns allconfig-propertyelements
-