public enum CustomLicenseRequestCodeSharingType extends java.lang.Enum<CustomLicenseRequestCodeSharingType>
| Enum Constant and Description |
|---|
PERMISSIVE |
RECIPROCAL |
RECIPROCAL_AGPL |
UNKNOWN |
WEAK_RECIPROCAL |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static CustomLicenseRequestCodeSharingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomLicenseRequestCodeSharingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomLicenseRequestCodeSharingType PERMISSIVE
public static final CustomLicenseRequestCodeSharingType RECIPROCAL
public static final CustomLicenseRequestCodeSharingType RECIPROCAL_AGPL
public static final CustomLicenseRequestCodeSharingType UNKNOWN
public static final CustomLicenseRequestCodeSharingType WEAK_RECIPROCAL
public static CustomLicenseRequestCodeSharingType[] values()
for (CustomLicenseRequestCodeSharingType c : CustomLicenseRequestCodeSharingType.values()) System.out.println(c);
public static CustomLicenseRequestCodeSharingType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String prettyPrint()