public enum Accounts extends Enum<Accounts>
| Enum Constant and Description |
|---|
FOUNDATION |
OLE |
RICE |
STUDENT |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,org.kuali.common.aws.model.AwsAccount> |
asMap() |
org.kuali.common.aws.model.AwsAccount |
getAccount() |
static Accounts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Accounts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Accounts FOUNDATION
public static Accounts[] values()
for (Accounts c : Accounts.values()) System.out.println(c);
public static Accounts 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 org.kuali.common.aws.model.AwsAccount getAccount()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.