public static enum GoogleCodeSitemapUrl.License extends Enum<GoogleCodeSitemapUrl.License>
| Enum Constant and Description |
|---|
ALADDIN |
APACHE |
APPLE |
ARTISTIC |
BSD |
CPL |
DISCLAIMER |
GPL |
IBM |
LGPL |
LUCENT |
MIT |
MOZILLA |
NASA |
PYTHON |
QPL |
SLEEPYCAT |
ZOPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getLongName()
The pretty name for this license
|
String |
toString() |
static GoogleCodeSitemapUrl.License |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleCodeSitemapUrl.License[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleCodeSitemapUrl.License ALADDIN
public static final GoogleCodeSitemapUrl.License ARTISTIC
public static final GoogleCodeSitemapUrl.License APACHE
public static final GoogleCodeSitemapUrl.License APPLE
public static final GoogleCodeSitemapUrl.License BSD
public static final GoogleCodeSitemapUrl.License CPL
public static final GoogleCodeSitemapUrl.License GPL
public static final GoogleCodeSitemapUrl.License LGPL
public static final GoogleCodeSitemapUrl.License DISCLAIMER
public static final GoogleCodeSitemapUrl.License IBM
public static final GoogleCodeSitemapUrl.License LUCENT
public static final GoogleCodeSitemapUrl.License MIT
public static final GoogleCodeSitemapUrl.License MOZILLA
public static final GoogleCodeSitemapUrl.License NASA
public static final GoogleCodeSitemapUrl.License PYTHON
public static final GoogleCodeSitemapUrl.License QPL
public static final GoogleCodeSitemapUrl.License SLEEPYCAT
public static final GoogleCodeSitemapUrl.License ZOPE
public static GoogleCodeSitemapUrl.License[] values()
for (GoogleCodeSitemapUrl.License c : GoogleCodeSitemapUrl.License.values()) System.out.println(c);
public static GoogleCodeSitemapUrl.License 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 getLongName()
public String toString()
toString in class Enum<GoogleCodeSitemapUrl.License>Copyright © 2015. All rights reserved.