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 |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
List<StubPropertyType<PortComponentRefType<T>>> |
PortComponentRefType.getAllStubProperty()
Returns all
stub-property elements |
Copyright © 2022 JBoss by Red Hat. All rights reserved.