org.gcube.messaging.common.messages
Enum Test.TestType
java.lang.Object
java.lang.Enum<Test.TestType>
org.gcube.messaging.common.messages.Test.TestType
- All Implemented Interfaces:
- Serializable, Comparable<Test.TestType>
- Enclosing class:
- Test
public static enum Test.TestType
- extends Enum<Test.TestType>
Result types
DISK_QUOTA
public static final Test.TestType DISK_QUOTA
CPU_LOAD
public static final Test.TestType CPU_LOAD
MEMORY_AVAILABLE
public static final Test.TestType MEMORY_AVAILABLE
LAST_UPDATE
public static final Test.TestType LAST_UPDATE
NOTIFICATION
public static final Test.TestType NOTIFICATION
TEST
public static final Test.TestType TEST
CALLINFO
public static final Test.TestType CALLINFO
CPUINFO
public static final Test.TestType CPUINFO
values
public static Test.TestType[] 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 (Test.TestType c : Test.TestType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Test.TestType 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
toString
public String toString()
- Overrides:
toString
in class Enum<Test.TestType>
Copyright © 2013. All Rights Reserved.