org.gcube.common.core.resources.service
Enum Package.GHNRequirement.Category
java.lang.Object
java.lang.Enum<Package.GHNRequirement.Category>
org.gcube.common.core.resources.service.Package.GHNRequirement.Category
- All Implemented Interfaces:
- Serializable, Comparable<Package.GHNRequirement.Category>
- Enclosing class:
- Package.GHNRequirement
public static enum Package.GHNRequirement.Category
- extends Enum<Package.GHNRequirement.Category>
MEM_RAM_AVAILABLE
public static final Package.GHNRequirement.Category MEM_RAM_AVAILABLE
MEM_RAM_SIZE
public static final Package.GHNRequirement.Category MEM_RAM_SIZE
MEM_VIRTUAL_AVAILABLE
public static final Package.GHNRequirement.Category MEM_VIRTUAL_AVAILABLE
MEM_VIRTUAL_SIZE
public static final Package.GHNRequirement.Category MEM_VIRTUAL_SIZE
HOST
public static final Package.GHNRequirement.Category HOST
OS
public static final Package.GHNRequirement.Category OS
DISK_SPACE
public static final Package.GHNRequirement.Category DISK_SPACE
LOAD1MIN
public static final Package.GHNRequirement.Category LOAD1MIN
LOAD5MIN
public static final Package.GHNRequirement.Category LOAD5MIN
LOAD15MIN
public static final Package.GHNRequirement.Category LOAD15MIN
PLATFORM
public static final Package.GHNRequirement.Category PLATFORM
PROCESSOR_NUM
public static final Package.GHNRequirement.Category PROCESSOR_NUM
PROCESSOR_BOGOMIPS
public static final Package.GHNRequirement.Category PROCESSOR_BOGOMIPS
SITE_LOCATION
public static final Package.GHNRequirement.Category SITE_LOCATION
SITE_COUNTRY
public static final Package.GHNRequirement.Category SITE_COUNTRY
SITE_DOMAIN
public static final Package.GHNRequirement.Category SITE_DOMAIN
RUNTIME_ENV_STRING
public static final Package.GHNRequirement.Category RUNTIME_ENV_STRING
RUNTIME_ENV_NUMBER
public static final Package.GHNRequirement.Category RUNTIME_ENV_NUMBER
values
public static Package.GHNRequirement.Category[] 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 (Package.GHNRequirement.Category c : Package.GHNRequirement.Category.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Package.GHNRequirement.Category 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
hasValue
public static boolean hasValue(String v)
Copyright © 2013. All Rights Reserved.