eu.xtreemos.xosd.localallocmgr.frontend.properties
Class MaxStaticValue

java.lang.Object
  extended by eu.xtreemos.xosd.localallocmgr.frontend.properties.MaxStaticValue
All Implemented Interfaces:
IResourceProperty, java.io.Serializable

public class MaxStaticValue
extends java.lang.Object
implements IResourceProperty

used for resources with static max amount value

Author:
urosjovanovic
See Also:
Serialized Form

Field Summary
private  MaxAmount max
           
 
Constructor Summary
MaxStaticValue(int value)
           
 
Method Summary
 IAttribute<?> getProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

max

private MaxAmount max
Constructor Detail

MaxStaticValue

public MaxStaticValue(int value)
Method Detail

getProperty

public IAttribute<?> getProperty()
Specified by:
getProperty in interface IResourceProperty