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 
 

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

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

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



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