Uses of Class
org.dspace.license.CCLicenseFieldEnum
-
Packages that use CCLicenseFieldEnum Package Description org.dspace.license -
-
Uses of CCLicenseFieldEnum in org.dspace.license
Methods in org.dspace.license that return types with arguments of type CCLicenseFieldEnum Modifier and Type Method Description List<CCLicenseFieldEnum>CCLicenseField. getFieldEnum()Returns the list of enums of this fieldConstructor parameters in org.dspace.license with type arguments of type CCLicenseFieldEnum Constructor Description CCLicenseField(String id, String label, String description, List<CCLicenseFieldEnum> fieldEnum)Construct a new LicenseField class.
-