Uses of Class
eu.xtreemos.xosd.localallocmgr.attributes.SharingValues

Packages that use SharingValues
eu.xtreemos.xosd.localallocmgr.attributes   
eu.xtreemos.xosd.localallocmgr.basic   
 

Uses of SharingValues in eu.xtreemos.xosd.localallocmgr.attributes
 

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

Methods in eu.xtreemos.xosd.localallocmgr.attributes that return types with arguments of type SharingValues
 IAttribute<SharingValues> Sharing.clone()
           
 

Constructors in eu.xtreemos.xosd.localallocmgr.attributes with parameters of type SharingValues
Sharing(SharingValues val)
           
 

Uses of SharingValues in eu.xtreemos.xosd.localallocmgr.basic
 

Methods in eu.xtreemos.xosd.localallocmgr.basic with parameters of type SharingValues
static TTElm TTElmFactory.createBasic(java.util.GregorianCalendar start, java.util.GregorianCalendar end, SharingValues sharingType)