|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |