Uses of Class
org.jclouds.deltacloud.domain.HardwareProperty.Kind

Packages that use HardwareProperty.Kind
org.jclouds.deltacloud.domain   
org.jclouds.deltacloud.domain.internal   
 

Uses of HardwareProperty.Kind in org.jclouds.deltacloud.domain
 

Methods in org.jclouds.deltacloud.domain that return HardwareProperty.Kind
static HardwareProperty.Kind HardwareProperty.Kind.fromValue(String kind)
           
 HardwareProperty.Kind HardwareProperty.getKind()
           
static HardwareProperty.Kind HardwareProperty.Kind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HardwareProperty.Kind[] HardwareProperty.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jclouds.deltacloud.domain with parameters of type HardwareProperty.Kind
ParameterizedHardwareProperty(HardwareProperty.Kind kind, String name, String unit, Object value, HardwareParameter param)
           
 

Uses of HardwareProperty.Kind in org.jclouds.deltacloud.domain.internal
 

Methods in org.jclouds.deltacloud.domain.internal that return HardwareProperty.Kind
 HardwareProperty.Kind BaseHardwareProperty.getKind()
          
 

Constructors in org.jclouds.deltacloud.domain.internal with parameters of type HardwareProperty.Kind
BaseHardwareProperty(HardwareProperty.Kind kind, String name, String unit, Object value)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.