public enum OlePatronDocumentFixture extends Enum<OlePatronDocumentFixture>
Enum Constant and Description |
---|
PATRON_DOC |
Modifier and Type | Method and Description |
---|---|
OlePatronDocument |
createPatron() |
static OlePatronDocumentFixture |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OlePatronDocumentFixture[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OlePatronDocumentFixture PATRON_DOC
public static OlePatronDocumentFixture[] values()
for (OlePatronDocumentFixture c : OlePatronDocumentFixture.values()) System.out.println(c);
public static OlePatronDocumentFixture 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 OlePatronDocument createPatron()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.