
public interface ExtensionType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
extensionType xsd type| Type | Property and Description |
|---|---|
ExtensionType<T> |
removeConfig
Removes the
config-property element |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType<T> |
className(String className)
Sets the
class-name attribute |
String |
getClassName()
Returns the
class-name attribute |
ConfigPropertyType<ExtensionType<T>> |
getOrCreateConfigProperty()
If not already created, a new
config-property element with the given value will be created. |
ExtensionType<T> |
removeClassName()
Removes the
class-name attribute |
ExtensionType<T> |
removeConfigProperty()
Removes the
config-property element |
config-property elementExtensionTypeConfigPropertyType<ExtensionType<T>> getOrCreateConfigProperty()
config-property element with the given value will be created.
Otherwise, the existing config-property element will be returned.ConfigPropertyType> ExtensionType<T> removeConfigProperty()
config-property elementExtensionTypeExtensionType<T> className(String className)
class-name attributeclassName - the value for the attribute class-nameExtensionTypeString getClassName()
class-name attributeclass-nameExtensionType<T> removeClassName()
class-name attributeExtensionTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)