public static enum SystemD.SystemDLocation extends java.lang.Enum<SystemD.SystemDLocation>
Enum Constant and Description |
---|
Centos |
OldUbuntu |
UbuntuDebian |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
systemdLibLocation |
Modifier and Type | Method and Description |
---|---|
static SystemD.SystemDLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemD.SystemDLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemD.SystemDLocation Centos
public static final SystemD.SystemDLocation OldUbuntu
public static final SystemD.SystemDLocation UbuntuDebian
public static SystemD.SystemDLocation[] values()
for (SystemD.SystemDLocation c : SystemD.SystemDLocation.values()) System.out.println(c);
public static SystemD.SystemDLocation 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 nullCopyright © 2021. All Rights Reserved.