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

Packages that use ActivationConfigPropertyType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ActivationConfigPropertyType
 ActivationConfigPropertyType<T> ActivationConfigPropertyType.activationConfigPropertyName(String activationConfigPropertyName)
          Sets the activation-config-property-name element
 ActivationConfigPropertyType<T> ActivationConfigPropertyType.activationConfigPropertyValue(String activationConfigPropertyValue)
          Sets the activation-config-property-value element
 ActivationConfigPropertyType<ActivationConfigType<T>> ActivationConfigType.createActivationConfigProperty()
          Creates a new activation-config-property element
 ActivationConfigPropertyType<ActivationConfigType<T>> ActivationConfigType.getOrCreateActivationConfigProperty()
          If not already created, a new activation-config-property element will be created and returned.
 ActivationConfigPropertyType<T> ActivationConfigPropertyType.id(String id)
          Sets the id attribute
 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.removeId()
          Removes the id attribute
 

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



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.