Package org.damap.base.enums
Enum Class ELicense
- All Implemented Interfaces:
Serializable,Comparable<ELicense>,Constable
ELicense class.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldacronym.getName()Getter for the fieldname.getUrl()Getter for the fieldurl.static ELicenseReturns the enum constant of this class with the specified name.static ELicense[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AGPL1
-
AGPL1PLUS
-
AGPL3
-
AGPL3PLUS
-
APACHE1
-
APACHE1_1
-
APACHE2
-
ARTISTIC1
-
ARTISTIC1PERL
-
ARTISTIC2
-
BSD2C
-
BSD3C
-
CCBY
-
CCBYNC
-
CCBYNCND
-
CCBYNCSA
-
CCBYND
-
CCBYSA
-
CCPUBLICDOMAIN
-
CCZERO
-
CDDL1
-
CDDL1_1
-
EPL1
-
EPL2
-
GPL2
-
GPL2PLUS
-
GPL3
-
GPL3PLUS
-
LGPL2
-
LGPL2PLUS
-
LGPL2_1
-
LGPL2_1PLUS
-
LGPL3
-
LGPL3PLUS
-
MIT
-
MPL1
-
MPL1_1
-
MPL2
-
ODBL
-
ODCBY
-
PDDL
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getAcronym
Getter for the fieldacronym.- Returns:
- a
Stringobject
-
getName
Getter for the fieldname.- Returns:
- a
Stringobject
-
getUrl
Getter for the fieldurl.- Returns:
- a
Stringobject
-