Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jbosscommon51.CallPropertyType

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

Uses of CallPropertyType in org.jboss.shrinkwrap.descriptor.api.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return CallPropertyType
 CallPropertyType<PortComponentRefType<T>> PortComponentRefType.createCallProperty()
          Creates a new call-property element
 CallPropertyType<PortComponentRefType<T>> PortComponentRefType.getOrCreateCallProperty()
          If not already created, a new call-property element will be created and returned.
 CallPropertyType<T> CallPropertyType.propName(String propName)
          Sets the prop-name element
 CallPropertyType<T> CallPropertyType.propValue(String propValue)
          Sets the prop-value element
 CallPropertyType<T> CallPropertyType.removePropName()
          Removes the prop-name element
 CallPropertyType<T> CallPropertyType.removePropValue()
          Removes the prop-value element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return types with arguments of type CallPropertyType
 List<CallPropertyType<PortComponentRefType<T>>> PortComponentRefType.getAllCallProperty()
          Returns all call-property elements
 



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