public static enum PartyInvoiceApp.SelectedView extends Enum<PartyInvoiceApp.SelectedView>
| Enum Constant and Description |
|---|
Invoices
Invoices / Items
|
Persons
Person list
|
Result
Result list
|
Welcome
Welcome page
|
| Modifier and Type | Method and Description |
|---|---|
String |
getView()
Get the FXML file of the view (relative to the view root
com/illucit/partyinvoice/view).
|
static PartyInvoiceApp.SelectedView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartyInvoiceApp.SelectedView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartyInvoiceApp.SelectedView Welcome
public static final PartyInvoiceApp.SelectedView Persons
public static final PartyInvoiceApp.SelectedView Invoices
public static final PartyInvoiceApp.SelectedView Result
public static PartyInvoiceApp.SelectedView[] values()
for (PartyInvoiceApp.SelectedView c : PartyInvoiceApp.SelectedView.values()) System.out.println(c);
public static PartyInvoiceApp.SelectedView 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 getView()
Copyright © 2015 illucIT Software GmbH. All rights reserved.