protected static enum PosixPlatformComponent.EventTrackingType extends Enum<PosixPlatformComponent.EventTrackingType>
| Modifier and Type | Method and Description |
|---|---|
static PosixPlatformComponent.EventTrackingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PosixPlatformComponent.EventTrackingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PosixPlatformComponent.EventTrackingType listener
public static final PosixPlatformComponent.EventTrackingType file
public static PosixPlatformComponent.EventTrackingType[] values()
for (PosixPlatformComponent.EventTrackingType c : PosixPlatformComponent.EventTrackingType.values()) System.out.println(c);
public static PosixPlatformComponent.EventTrackingType 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 nullCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.