|
||||||||||
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 |
ConfigPropertyType<ExtensionType<T>> |
createConfigProperty()
Creates a new config-property element |
List<ConfigPropertyType<ExtensionType<T>>> |
getAllConfigProperty()
Returns all config-property elements |
String |
getClassName()
Returns the class-name attribute |
ConfigPropertyType<ExtensionType<T>> |
getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. |
ExtensionType<T> |
removeAllConfigProperty()
Removes all config-property elements |
ExtensionType<T> |
removeClassName()
Removes the class-name attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ConfigPropertyType<ExtensionType<T>> getOrCreateConfigProperty()
config-property
element will be created and returned.
Otherwise, the first existing config-property
element will be returned.
config-property
ConfigPropertyType<ExtensionType<T>> createConfigProperty()
config-property
element
ConfigPropertyType>
List<ConfigPropertyType<ExtensionType<T>>> getAllConfigProperty()
config-property
elements
config-property
ExtensionType<T> removeAllConfigProperty()
config-property
elements
ConfigPropertyType>
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 |