public enum CompomicsTools extends java.lang.Enum<CompomicsTools>
Enum Constant and Description |
---|
MASCOTDATFILE |
MSLIMS |
PEPTIZER |
ROVER |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Getter for the name of the tool or library.
|
java.lang.String |
getPackageName()
Return the package name of the tool.
|
static CompomicsTools |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompomicsTools[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompomicsTools MSLIMS
public static final CompomicsTools PEPTIZER
public static final CompomicsTools ROVER
public static final CompomicsTools MASCOTDATFILE
public static CompomicsTools[] values()
for (CompomicsTools c : CompomicsTools.values()) System.out.println(c);
public static CompomicsTools 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 getName()
public java.lang.String getPackageName()
Copyright © 2013. All Rights Reserved.