public enum RatLicenseFamily extends Enum<RatLicenseFamily>
Enum Constant and Description |
---|
APACHE |
CDDL1 |
DOJO |
GPL1 |
GPL2 |
GPL3 |
MIT |
OASIS |
TMF854 |
W3C |
W3C_DOCUMENTATION |
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
String |
getName() |
String |
getNotes() |
LicenseFamily |
licenseFamily()
Gets a
LicenseFamily representing this data. |
static RatLicenseFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RatLicenseFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RatLicenseFamily APACHE
public static final RatLicenseFamily GPL1
public static final RatLicenseFamily GPL2
public static final RatLicenseFamily GPL3
public static final RatLicenseFamily MIT
public static final RatLicenseFamily CDDL1
public static final RatLicenseFamily OASIS
public static final RatLicenseFamily TMF854
public static final RatLicenseFamily DOJO
public static final RatLicenseFamily W3C
public static final RatLicenseFamily W3C_DOCUMENTATION
public static RatLicenseFamily[] values()
for (RatLicenseFamily c : RatLicenseFamily.values()) System.out.println(c);
public static RatLicenseFamily valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
LicenseFamily.getName()
public String getCategory()
LicenseFamily.getCategory()
public String getNotes()
LicenseFamily.getNotes()
public LicenseFamily licenseFamily()
LicenseFamily
representing this data.Copyright © 2006–2021 Apache Software Foundation. All rights reserved.