org.gcube.common.core.resources.service
Enum Package.GHNRequirement.Category

java.lang.Object
  extended by java.lang.Enum<Package.GHNRequirement.Category>
      extended by 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>


Enum Constant Summary
DISK_SPACE
           
HOST
           
LOAD15MIN
           
LOAD1MIN
           
LOAD5MIN
           
MEM_RAM_AVAILABLE
           
MEM_RAM_SIZE
           
MEM_VIRTUAL_AVAILABLE
           
MEM_VIRTUAL_SIZE
           
OS
           
PLATFORM
           
PROCESSOR_BOGOMIPS
           
PROCESSOR_NUM
           
RUNTIME_ENV_NUMBER
           
RUNTIME_ENV_STRING
           
SITE_COUNTRY
           
SITE_DOMAIN
           
SITE_LOCATION
           
 
Method Summary
static boolean hasValue(String v)
           
static Package.GHNRequirement.Category valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Package.GHNRequirement.Category[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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 © 2012. All Rights Reserved.