public static enum MainUpdateVersionTest.PdfVersion extends Enum<MainUpdateVersionTest.PdfVersion>
Modifier and Type | Method and Description |
---|---|
File |
getBlankFile(org.junit.rules.TemporaryFolder folder) |
String |
getBlankResourceName() |
String |
toString() |
static MainUpdateVersionTest.PdfVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MainUpdateVersionTest.PdfVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MainUpdateVersionTest.PdfVersion V12
public static final MainUpdateVersionTest.PdfVersion V13
public static final MainUpdateVersionTest.PdfVersion V14
public static final MainUpdateVersionTest.PdfVersion V15
public static final MainUpdateVersionTest.PdfVersion V16
public static final MainUpdateVersionTest.PdfVersion V17
public static MainUpdateVersionTest.PdfVersion[] values()
for (MainUpdateVersionTest.PdfVersion c : MainUpdateVersionTest.PdfVersion.values()) System.out.println(c);
public static MainUpdateVersionTest.PdfVersion 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 toString()
toString
in class Enum<MainUpdateVersionTest.PdfVersion>
public String getBlankResourceName()
public File getBlankFile(org.junit.rules.TemporaryFolder folder) throws IOException
IOException
Copyright © 2015–2016 Hobrasoft s.r.o.. All rights reserved.