Uses of Class
org.dspace.license.CCLicenseField
-
Packages that use CCLicenseField Package Description org.dspace.license -
-
Uses of CCLicenseField in org.dspace.license
Methods in org.dspace.license that return types with arguments of type CCLicenseField Modifier and Type Method Description List<CCLicenseField>CCLicense. getCcLicenseFieldList()Gets the list of CC License FieldsMethod parameters in org.dspace.license with type arguments of type CCLicenseField Modifier and Type Method Description voidCCLicense. setCcLicenseFieldList(List<CCLicenseField> ccLicenseFieldList)Sets the list of CC License FieldsConstructor parameters in org.dspace.license with type arguments of type CCLicenseField Constructor Description CCLicense(String licenseId, String licenseName, List<CCLicenseField> ccLicenseFieldList)
-