public interface License<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
license xsd type| Modifier and Type | Method and Description |
|---|---|
License<T> |
description(java.lang.String description)
Sets the
description element |
java.lang.String |
getDescription()
Returns the
description element |
java.lang.String |
getLicenseRequired()
Returns the
license-required element |
License<T> |
licenseRequired(java.lang.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(java.lang.String description)
description elementdescription - the value for the element descriptionLicensejava.lang.String getDescription()
description elementdescriptionLicense<T> removeDescription()
description elementLicenseLicense<T> licenseRequired(java.lang.String licenseRequired)
license-required elementlicenseRequired - the value for the element license-requiredLicensejava.lang.String getLicenseRequired()
license-required elementlicense-requiredCopyright © 2014 IronJacamar (http://www.ironjacamar.org)