
public interface License<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
license xsd type| Modifier and Type | Method and Description |
|---|---|
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 |
License<T> description(String description)
description elementdescription - the value for the element descriptionLicenseString getDescription()
description elementdescriptionLicense<T> removeDescription()
description elementLicenseLicense<T> licenseRequired(String licenseRequired)
license-required elementlicenseRequired - the value for the element license-requiredLicenseString getLicenseRequired()
license-required elementlicense-requiredCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)