public static enum LibraryChecker.Library extends java.lang.Enum<LibraryChecker.Library>
| Enum Constant and Description | 
|---|
| BIO_FORMATS | 
| FORMS | 
| OME_JAVA_XML | 
| Modifier and Type | Method and Description | 
|---|---|
| static LibraryChecker.Library | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static LibraryChecker.Library[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final LibraryChecker.Library BIO_FORMATS
public static final LibraryChecker.Library OME_JAVA_XML
public static final LibraryChecker.Library FORMS
public static LibraryChecker.Library[] values()
for (LibraryChecker.Library c : LibraryChecker.Library.values()) System.out.println(c);
public static LibraryChecker.Library 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 nullCopyright © 2017 Open Microscopy Environment