|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface License<T>
This interface defines the contract for the license
xsd type
Method Summary | |
---|---|
License<T> |
description(String description)
Sets the description element |
String |
getDescription()
Returns the description element |
String |
getLicenseRequired()
Returns the license-required element |
License<T> |
licenseRequired(String licenseRequired)
Sets the license-required element |
License<T> |
removeDescription()
Removes the description element |
License<T> |
removeLicenseRequired()
Removes the license-required element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
License<T> description(String description)
description
element
description
- the value for the element description
License
String getDescription()
description
element
description
License<T> removeDescription()
description
element
License
License<T> licenseRequired(String licenseRequired)
license-required
element
licenseRequired
- the value for the element license-required
License
String getLicenseRequired()
license-required
element
license-required
License<T> removeLicenseRequired()
license-required
element
License
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |