Uses of Class
eu.xtreemos.xosd.localallocmgr.frontend.utils.RequestTypes

Packages that use RequestTypes
eu.xtreemos.xosd.localallocmgr.frontend   
eu.xtreemos.xosd.localallocmgr.frontend.utils   
 

Uses of RequestTypes in eu.xtreemos.xosd.localallocmgr.frontend
 

Fields in eu.xtreemos.xosd.localallocmgr.frontend declared as RequestTypes
 RequestTypes TTElmRequest.type
           
 

Methods in eu.xtreemos.xosd.localallocmgr.frontend that return RequestTypes
 RequestTypes TTElmRequest.type()
          Type of the request, if one wishes to use such info instead of proper reflection/oop.
 

Uses of RequestTypes in eu.xtreemos.xosd.localallocmgr.frontend.utils
 

Methods in eu.xtreemos.xosd.localallocmgr.frontend.utils that return RequestTypes
static RequestTypes RequestTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequestTypes[] RequestTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.