public enum KickstartTreeUpdateType extends java.lang.Enum<KickstartTreeUpdateType>
| Modifier and Type | Method and Description |
|---|---|
static KickstartTreeUpdateType |
find(java.lang.String typeIn)
Find the appropriate KTUT for a given string
|
java.lang.String |
getType()
get the type
|
void |
setType(java.lang.String updateType)
Set the type
|
java.lang.String |
toString()
Standard toString function
|
static KickstartTreeUpdateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KickstartTreeUpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KickstartTreeUpdateType ALL
public static final KickstartTreeUpdateType RED_HAT
public static final KickstartTreeUpdateType NONE
public static KickstartTreeUpdateType[] values()
for (KickstartTreeUpdateType c : KickstartTreeUpdateType.values()) System.out.println(c);
public static KickstartTreeUpdateType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getType()
public void setType(java.lang.String updateType)
updateType - the update type to setpublic static KickstartTreeUpdateType find(java.lang.String typeIn)
typeIn - the string to search forpublic java.lang.String toString()
toString in class java.lang.Enum<KickstartTreeUpdateType>