Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
List<CallPropertyType<PortComponentRefType<T>>> |
PortComponentRefType.getAllCallProperty()
Returns all
call-property elements |
Copyright © 2014 JBoss by Red Hat. All rights reserved.