public class BaseHardwareProperty extends Object implements HardwareProperty
HardwareProperty.Kind
Constructor and Description |
---|
BaseHardwareProperty(HardwareProperty.Kind kind,
String name,
String unit,
Object value) |
public BaseHardwareProperty(HardwareProperty.Kind kind, String name, String unit, Object value)
public HardwareProperty.Kind getKind()
getKind
in interface HardwareProperty
public String getName()
getName
in interface HardwareProperty
public String getUnit()
getUnit
in interface HardwareProperty
public Object getValue()
getValue
in interface HardwareProperty
Copyright © 2009-2012 jclouds. All Rights Reserved.