public enum ProcessIdType extends Enum<ProcessIdType>
Modifier and Type | Method and Description |
---|---|
String |
getClazz() |
String |
getName() |
static ProcessIdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessIdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessIdType UUID
public static final ProcessIdType FILE
public static final ProcessIdType MBEAN
public static final ProcessIdType SOCKET
public static ProcessIdType[] values()
for (ProcessIdType c : ProcessIdType.values()) System.out.println(c);
public static ProcessIdType 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 getClazz()
public String getName()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.