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