eu.xtreemos.xosd.resallocator
Class AllocationType

java.lang.Object
  extended by eu.xtreemos.xosd.resallocator.AllocationType

public class AllocationType
extends java.lang.Object

types of allocation

Author:
uros

Field Summary
static int EXCLUSIVE
           
static int MUTUAL
           
 
Constructor Summary
AllocationType()
           
 
Method Summary
static java.lang.String typeToString(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MUTUAL

public static int MUTUAL

EXCLUSIVE

public static int EXCLUSIVE
Constructor Detail

AllocationType

public AllocationType()
Method Detail

typeToString

public static java.lang.String typeToString(int type)