|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtensionType<T>
This interface defines the contract for the extensionType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ConfigPropertyType<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
element
ExtensionType
ExtensionType<T> className(String className)
class-name
attribute
className
- the value for the attribute class-name
ExtensionType
String getClassName()
class-name
attribute
class-name
ExtensionType<T> removeClassName()
class-name
attribute
ExtensionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |