Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar30.ActivationConfigPropertyType

Packages that use ActivationConfigPropertyType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
 

Uses of ActivationConfigPropertyType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return ActivationConfigPropertyType
 ActivationConfigPropertyType<ActivationConfigType<T>> ActivationConfigType.activationConfigProperty()
          Returns the activation-config-property element
 ActivationConfigPropertyType<T> ActivationConfigPropertyType.removeActivationConfigPropertyName()
          Removes the activation-config-property-name element
 ActivationConfigPropertyType<T> ActivationConfigPropertyType.removeActivationConfigPropertyValue()
          Removes the activation-config-property-value element
 ActivationConfigPropertyType<T> ActivationConfigPropertyType.setActivationConfigPropertyName(java.lang.String activationConfigPropertyName)
          If not already created, a new activation-config-property-name element with the given value will be created.
 ActivationConfigPropertyType<T> ActivationConfigPropertyType.setActivationConfigPropertyValue(java.lang.String activationConfigPropertyValue)
          If not already created, a new activation-config-property-value element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type ActivationConfigPropertyType
 java.util.List<ActivationConfigPropertyType<ActivationConfigType<T>>> ActivationConfigType.getActivationConfigPropertyList()
          Returns all activation-config-property elements
 

Uses of ActivationConfigPropertyType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return ActivationConfigPropertyType
 ActivationConfigPropertyType<ActivationConfigType<T>> ActivationConfigTypeImpl.activationConfigProperty()
          Returns the activation-config-property element
 ActivationConfigPropertyType<T> ActivationConfigPropertyTypeImpl.removeActivationConfigPropertyName()
          Removes the activation-config-property-name element
 ActivationConfigPropertyType<T> ActivationConfigPropertyTypeImpl.removeActivationConfigPropertyValue()
          Removes the activation-config-property-value element
 ActivationConfigPropertyType<T> ActivationConfigPropertyTypeImpl.setActivationConfigPropertyName(java.lang.String activationConfigPropertyName)
          If not already created, a new activation-config-property-name element with the given value will be created.
 ActivationConfigPropertyType<T> ActivationConfigPropertyTypeImpl.setActivationConfigPropertyValue(java.lang.String activationConfigPropertyValue)
          If not already created, a new activation-config-property-value element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type ActivationConfigPropertyType
 java.util.List<ActivationConfigPropertyType<ActivationConfigType<T>>> ActivationConfigTypeImpl.getActivationConfigPropertyList()
          Returns all activation-config-property elements