Package org.dspace.license
Class CCLicenseFieldEnum
java.lang.Object
org.dspace.license.CCLicenseFieldEnum
Wrapper class for representation of a license field enum declaration.
A field enum is a single "answer" to the field question
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description of this enumgetId()Get the id of this enumgetLabel()Get the label of this enumvoidsetDescription(String description) Set the description of this enumvoidSet the id of this enumvoidSet the label of this enum
-
Constructor Details
-
CCLicenseFieldEnum
-
-
Method Details
-
getId
Get the id of this enum- Returns:
- the id of this enum
-
setId
Set the id of this enum- Parameters:
id-
-
getLabel
Get the label of this enum- Returns:
- the label of this enum
-
setLabel
Set the label of this enum- Parameters:
label-
-
getDescription
Get the description of this enum- Returns:
- the description of this enum
-
setDescription
Set the description of this enum- Parameters:
description-
-