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

Packages that use StubPropertyType
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 StubPropertyType in org.jboss.shrinkwrap.descriptor.api.jbosscommon51
 

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

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

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement StubPropertyType
 class StubPropertyTypeImpl<T>
          This class implements the stub-propertyType xsd type
 

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

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