public static enum GroupParams.ProjectCreationLevel extends Enum<GroupParams.ProjectCreationLevel>
| Enum Constant and Description |
|---|
DEVELOPER |
MAINTAINER |
NOONE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static GroupParams.ProjectCreationLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupParams.ProjectCreationLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupParams.ProjectCreationLevel NOONE
public static final GroupParams.ProjectCreationLevel DEVELOPER
public static final GroupParams.ProjectCreationLevel MAINTAINER
public static GroupParams.ProjectCreationLevel[] values()
for (GroupParams.ProjectCreationLevel c : GroupParams.ProjectCreationLevel.values()) System.out.println(c);
public static GroupParams.ProjectCreationLevel 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<GroupParams.ProjectCreationLevel>Copyright © 2020. All rights reserved.