|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Arg<T>
This interface defines the contract for the Arg
xsd type
Method Summary | |
---|---|
Array<Arg<T>> |
getOrCreateArray()
If not already created, a new Array element with the given value will be created. |
Call<Arg<T>> |
getOrCreateCall()
If not already created, a new Call element with the given value will be created. |
Get<Arg<T>> |
getOrCreateGet()
If not already created, a new Get element with the given value will be created. |
Map<Arg<T>> |
getOrCreateMap()
If not already created, a new Map element with the given value will be created. |
New<Arg<T>> |
getOrCreateNew()
If not already created, a new New element with the given value will be created. |
Property<Arg<T>> |
getOrCreateProperty()
If not already created, a new Property element with the given value will be created. |
Ref<Arg<T>> |
getOrCreateRef()
If not already created, a new Ref element with the given value will be created. |
String |
getSystemProperty()
Returns the SystemProperty element |
String |
getText()
Returns the body text of the element Arg |
String |
getType()
Returns the type attribute |
Arg<T> |
removeArray()
Removes the Array element |
Arg<T> |
removeCall()
Removes the Call element |
Arg<T> |
removeGet()
Removes the Get element |
Arg<T> |
removeMap()
Removes the Map element |
Arg<T> |
removeNew()
Removes the New element |
Arg<T> |
removeProperty()
Removes the Property element |
Arg<T> |
removeRef()
Removes the Ref element |
Arg<T> |
removeSystemProperty()
Removes the SystemProperty element |
Arg<T> |
removeType()
Removes the type attribute |
Arg<T> |
systemProperty(String SystemProperty)
Sets the SystemProperty element |
Arg<T> |
text(String value)
Sets the body text for the element Arg |
Arg<T> |
type(String type)
Sets the type attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
Arg<T> text(String value)
Arg
Arg
- the value for the body text Arg
Arg
String getText()
Arg
Arg
Get<Arg<T>> getOrCreateGet()
Get
element with the given value will be created.
Otherwise, the existing Get
element will be returned.
Get>
Arg<T> removeGet()
Get
element
Arg
Call<Arg<T>> getOrCreateCall()
Call
element with the given value will be created.
Otherwise, the existing Call
element will be returned.
Call>
Arg<T> removeCall()
Call
element
Arg
New<Arg<T>> getOrCreateNew()
New
element with the given value will be created.
Otherwise, the existing New
element will be returned.
New>
Arg<T> removeNew()
New
element
Arg
Ref<Arg<T>> getOrCreateRef()
Ref
element with the given value will be created.
Otherwise, the existing Ref
element will be returned.
Ref>
Arg<T> removeRef()
Ref
element
Arg
Array<Arg<T>> getOrCreateArray()
Array
element with the given value will be created.
Otherwise, the existing Array
element will be returned.
Array>
Arg<T> removeArray()
Array
element
Arg
Map<Arg<T>> getOrCreateMap()
Map
element with the given value will be created.
Otherwise, the existing Map
element will be returned.
Map>
Arg<T> removeMap()
Map
element
Arg
Arg<T> systemProperty(String SystemProperty)
SystemProperty
element
SystemProperty
- the value for the element SystemProperty
Arg
String getSystemProperty()
SystemProperty
element
SystemProperty
Arg<T> removeSystemProperty()
SystemProperty
element
Arg
Property<Arg<T>> getOrCreateProperty()
Property
element with the given value will be created.
Otherwise, the existing Property
element will be returned.
Property>
Arg<T> removeProperty()
Property
element
Arg
Arg<T> type(String type)
type
attribute
type
- the value for the attribute type
Arg
String getType()
type
attribute
type
Arg<T> removeType()
type
attribute
Arg
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |