public enum AccoutingReference extends Enum<AccoutingReference>
Enum Constant and Description |
---|
DOWNLOAD |
JAVADOC |
MAVEN_REPO |
WIKI |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName()
Gets the name.
|
static AccoutingReference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccoutingReference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccoutingReference DOWNLOAD
public static final AccoutingReference JAVADOC
public static final AccoutingReference MAVEN_REPO
public static final AccoutingReference WIKI
public static AccoutingReference[] values()
for (AccoutingReference c : AccoutingReference.values()) System.out.println(c);
public static AccoutingReference 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 getId()
public String getName()
Copyright © 2016. All Rights Reserved.