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