Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.ConfigProperty
-
Packages that use ConfigProperty Package Description org.jboss.shrinkwrap.descriptor.api.connector10 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector10 Provides the implementation classes as defined in the schema -
-
Uses of ConfigProperty in org.jboss.shrinkwrap.descriptor.api.connector10
Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return ConfigProperty Modifier and Type Method Description ConfigProperty<T>ConfigProperty. configPropertyName(String configPropertyName)Sets theconfig-property-nameelementConfigProperty<T>ConfigProperty. configPropertyType(String configPropertyType)Sets theconfig-property-typeelementConfigProperty<T>ConfigProperty. configPropertyValue(String configPropertyValue)Sets theconfig-property-valueelementConfigProperty<Resourceadapter<T>>Resourceadapter. createConfigProperty()Creates a newconfig-propertyelementConfigProperty<T>ConfigProperty. description(String description)Sets thedescriptionelementConfigProperty<Resourceadapter<T>>Resourceadapter. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigProperty<T>ConfigProperty. removeConfigPropertyName()Removes theconfig-property-nameelementConfigProperty<T>ConfigProperty. removeConfigPropertyType()Removes theconfig-property-typeelementConfigProperty<T>ConfigProperty. removeConfigPropertyValue()Removes theconfig-property-valueelementConfigProperty<T>ConfigProperty. removeDescription()Removes thedescriptionelementMethods in org.jboss.shrinkwrap.descriptor.api.connector10 that return types with arguments of type ConfigProperty Modifier and Type Method Description List<ConfigProperty<Resourceadapter<T>>>Resourceadapter. getAllConfigProperty()Returns allconfig-propertyelements -
Uses of ConfigProperty in org.jboss.shrinkwrap.descriptor.impl.connector10
Classes in org.jboss.shrinkwrap.descriptor.impl.connector10 that implement ConfigProperty Modifier and Type Class Description classConfigPropertyImpl<T>This class implements theconfig-propertyxsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return ConfigProperty Modifier and Type Method Description ConfigProperty<T>ConfigPropertyImpl. configPropertyName(String configPropertyName)Sets theconfig-property-nameelementConfigProperty<T>ConfigPropertyImpl. configPropertyType(String configPropertyType)Sets theconfig-property-typeelementConfigProperty<T>ConfigPropertyImpl. configPropertyValue(String configPropertyValue)Sets theconfig-property-valueelementConfigProperty<Resourceadapter<T>>ResourceadapterImpl. createConfigProperty()Creates a newconfig-propertyelementConfigProperty<T>ConfigPropertyImpl. description(String description)Sets thedescriptionelementConfigProperty<Resourceadapter<T>>ResourceadapterImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConfigProperty<T>ConfigPropertyImpl. removeConfigPropertyName()Removes theconfig-property-nameelementConfigProperty<T>ConfigPropertyImpl. removeConfigPropertyType()Removes theconfig-property-typeelementConfigProperty<T>ConfigPropertyImpl. removeConfigPropertyValue()Removes theconfig-property-valueelementConfigProperty<T>ConfigPropertyImpl. removeDescription()Removes thedescriptionelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return types with arguments of type ConfigProperty Modifier and Type Method Description List<ConfigProperty<Resourceadapter<T>>>ResourceadapterImpl. getAllConfigProperty()Returns allconfig-propertyelements
-