|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemProperty<T>
This interface defines the contract for the SystemProperty
xsd type
Method Summary | |
---|---|
SystemProperty<T> |
_default(String _default)
Sets the default attribute |
String |
get_Default()
Returns the default attribute |
String |
getId()
Returns the id attribute |
String |
getName()
Returns the name attribute |
SystemProperty<T> |
id(String id)
Sets the id attribute |
SystemProperty<T> |
name(String name)
Sets the name attribute |
SystemProperty<T> |
remove_Default()
Removes the default attribute |
SystemProperty<T> |
removeId()
Removes the id attribute |
SystemProperty<T> |
removeName()
Removes the name attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
SystemProperty<T> name(String name)
name
attribute
name
- the value for the attribute name
SystemProperty
String getName()
name
attribute
name
SystemProperty<T> removeName()
name
attribute
SystemProperty
SystemProperty<T> _default(String _default)
default
attribute
_default
- the value for the attribute default
SystemProperty
String get_Default()
default
attribute
default
SystemProperty<T> remove_Default()
default
attribute
SystemProperty
SystemProperty<T> id(String id)
id
attribute
id
- the value for the attribute id
SystemProperty
String getId()
id
attribute
id
SystemProperty<T> removeId()
id
attribute
SystemProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |