public static enum PrepopProjectHelper.PrepopProject extends Enum<PrepopProjectHelper.PrepopProject>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getOwner() |
void |
getOwner(String owner) |
void |
setName(String name) |
static PrepopProjectHelper.PrepopProject |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrepopProjectHelper.PrepopProject[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrepopProjectHelper.PrepopProject SYSTEM
public static final PrepopProjectHelper.PrepopProject COMMON
public static PrepopProjectHelper.PrepopProject[] values()
for (PrepopProjectHelper.PrepopProject c : PrepopProjectHelper.PrepopProject.values()) System.out.println(c);
public static PrepopProjectHelper.PrepopProject 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 getName()
public void setName(String name)
public String getOwner()
public void getOwner(String owner)
Copyright © 2020. All rights reserved.