org.rhq.plugins.platform
Enum PosixPlatformComponent.EventTrackingType
java.lang.Object
java.lang.Enum<PosixPlatformComponent.EventTrackingType>
org.rhq.plugins.platform.PosixPlatformComponent.EventTrackingType
- All Implemented Interfaces:
- Serializable, Comparable<PosixPlatformComponent.EventTrackingType>
- Enclosing class:
- PosixPlatformComponent
protected static enum PosixPlatformComponent.EventTrackingType
- extends Enum<PosixPlatformComponent.EventTrackingType>
listener
public static final PosixPlatformComponent.EventTrackingType listener
file
public static final PosixPlatformComponent.EventTrackingType file
values
public static PosixPlatformComponent.EventTrackingType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (PosixPlatformComponent.EventTrackingType c : PosixPlatformComponent.EventTrackingType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PosixPlatformComponent.EventTrackingType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.