Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.ConfigPropertyType
-
Packages that use ConfigPropertyType Package Description org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector15 Provides the implementation classes as defined in the schema -
-
Uses of ConfigPropertyType in org.jboss.shrinkwrap.descriptor.api.connector15
Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return ConfigPropertyType Modifier and Type Method Description ConfigPropertyType<T>ConfigPropertyType. configPropertyName(String configPropertyName)Sets theconfig-property-nameelementConfigPropertyType<T>ConfigPropertyType. configPropertyType(String configPropertyType)Sets theconfig-property-typeelementConfigPropertyType<T>ConfigPropertyType. configPropertyType(ConfigPropertyTypeType configPropertyType)Sets theconfig-property-typeelementConfigPropertyType<T>ConfigPropertyType. configPropertyValue(String configPropertyValue)Sets theconfig-property-valueelementConfigPropertyType<AdminobjectType<T>>AdminobjectType. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionType. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<ResourceadapterType<T>>ResourceadapterType. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<T>ConfigPropertyType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementConfigPropertyType<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<ResourceadapterType<T>>ResourceadapterType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigPropertyType<T>ConfigPropertyType. id(String id)Sets theidattributeConfigPropertyType<T>ConfigPropertyType. removeAllDescription()Removes thedescriptionelementConfigPropertyType<T>ConfigPropertyType. removeConfigPropertyName()Removes theconfig-property-nameelementConfigPropertyType<T>ConfigPropertyType. removeConfigPropertyType()Removes theconfig-property-typeattributeConfigPropertyType<T>ConfigPropertyType. removeConfigPropertyValue()Removes theconfig-property-valueelementConfigPropertyType<T>ConfigPropertyType. removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.api.connector15 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.shrinkwrap.descriptor.impl.connector15
Classes in org.jboss.shrinkwrap.descriptor.impl.connector15 that implement ConfigPropertyType Modifier and Type Class Description classConfigPropertyTypeImpl<T>This class implements theconfig-propertyTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return ConfigPropertyType Modifier and Type Method Description ConfigPropertyType<T>ConfigPropertyTypeImpl. configPropertyName(String configPropertyName)Sets theconfig-property-nameelementConfigPropertyType<T>ConfigPropertyTypeImpl. configPropertyType(String configPropertyType)Sets theconfig-property-typeelementConfigPropertyType<T>ConfigPropertyTypeImpl. configPropertyType(ConfigPropertyTypeType configPropertyType)Sets theconfig-property-typeelementConfigPropertyType<T>ConfigPropertyTypeImpl. configPropertyValue(String configPropertyValue)Sets theconfig-property-valueelementConfigPropertyType<AdminobjectType<T>>AdminobjectTypeImpl. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<ResourceadapterType<T>>ResourceadapterTypeImpl. createConfigProperty()Creates a newconfig-propertyelementConfigPropertyType<T>ConfigPropertyTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementConfigPropertyType<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<ResourceadapterType<T>>ResourceadapterTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigPropertyType<T>ConfigPropertyTypeImpl. id(String id)Sets theidattributeConfigPropertyType<T>ConfigPropertyTypeImpl. removeAllDescription()Removes thedescriptionelementConfigPropertyType<T>ConfigPropertyTypeImpl. removeConfigPropertyName()Removes theconfig-property-nameelementConfigPropertyType<T>ConfigPropertyTypeImpl. removeConfigPropertyType()Removes theconfig-property-typeattributeConfigPropertyType<T>ConfigPropertyTypeImpl. removeConfigPropertyValue()Removes theconfig-property-valueelementConfigPropertyType<T>ConfigPropertyTypeImpl. removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 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
-