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 jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

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.callProperty()
          Returns the call-property element
 CallPropertyType<T> CallPropertyType.removePropName()
          Removes the prop-name element
 CallPropertyType<T> CallPropertyType.removePropValue()
          Removes the prop-value element
 CallPropertyType<T> CallPropertyType.setPropName(java.lang.String propName)
          If not already created, a new prop-name element with the given value will be created.
 CallPropertyType<T> CallPropertyType.setPropValue(java.lang.String propValue)
          If not already created, a new prop-value element with the given value will be created.
 

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

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement CallPropertyType
 class CallPropertyTypeImpl<T>
          This class implements the call-propertyType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return CallPropertyType
 CallPropertyType<PortComponentRefType<T>> PortComponentRefTypeImpl.callProperty()
          Returns the call-property element
 CallPropertyType<T> CallPropertyTypeImpl.removePropName()
          Removes the prop-name element
 CallPropertyType<T> CallPropertyTypeImpl.removePropValue()
          Removes the prop-value element
 CallPropertyType<T> CallPropertyTypeImpl.setPropName(java.lang.String propName)
          If not already created, a new prop-name element with the given value will be created.
 CallPropertyType<T> CallPropertyTypeImpl.setPropValue(java.lang.String propValue)
          If not already created, a new prop-value element with the given value will be created.
 

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